Skip to content

Commit 3dcc86f

Browse files
committed
conf setting typo
1 parent cf9ff50 commit 3dcc86f

File tree

1 file changed

+1
-1
lines changed
  • docs_espressif/en/additionalfeatures

1 file changed

+1
-1
lines changed

docs_espressif/en/additionalfeatures/qemu.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Development steps:
2525

2626
You can use the ``idf.qemuDebugMonitor`` configuration setting to enable the monitor to start after QEMU debug session is launched. If you want to pass additional arguments ``idf.qemuExtraArgs`` configuration setting can be used.
2727

28-
An example of ``"idf.customExtraArgs": ["--qemu-extra-args"]`` can be used to pass additional arguments to QEMU directly while ``--flash-file`` or ``--efuse-file`` are idf.py specific arguments as described in **ESP-IDF QEMU Emulator** documentation below.
28+
An example of ``"idf.qemuExtraArgs": ["--qemu-extra-args"]`` can be used to pass additional arguments to QEMU directly while ``--flash-file`` or ``--efuse-file`` are idf.py specific arguments as described in **ESP-IDF QEMU Emulator** documentation below.
2929

3030
More information about how to use in `ESP-IDF QEMU Emulator <https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/qemu.html>`_.
3131

0 commit comments

Comments
 (0)