Skip to content

Commit 5ab81cf

Browse files
committed
fix: fixed typo in bundle.property flash_command
1 parent 9a16576 commit 5ab81cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/com.espressif.idf.core/OSGI-INF/l10n/bundle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ openocd_scripts = OPENOCD_SCRIPTS represents the value specified in environment
77
jtag_flash_args = JTAG_FLASH_ARGS dynamically converts ${JTAG_FLASH_ARGS} into a command line with -c and -f options. These options are generated based on the current launch target, configuring settings like flash voltage and specifying configuration files for the JTAG interface and target device.
88
gdb_client_executable = GDB_CLIENT_EXECUTABLE is a dynamic variable that is replaced during the debug session with the appropriate toolchain path automatically based on the selected target.
99
serial_port = serial_port is a dynamic variable that is replaced by the serial port specified in the launch target
10-
flash_commmand = flash_command: Specifies which idf.py flash command should be executed, depending on whether flash encryption is enabled (e.g., "flash" or "encrypted-flash").
10+
flash_command = Specifies which idf.py flash command should be executed, depending on whether flash encryption is enabled (e.g., "flash" or "encrypted-flash").

0 commit comments

Comments
 (0)