File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42213,8 +42213,8 @@ nano_nora.debug_config.nano_nora.cortex-debug.custom.overrideRestartCommands.1=m
4221342213nano_nora.debug_config.nano_nora.cortex-debug.custom.overrideRestartCommands.2=interrupt
4221442214nano_nora.debug.additional_config=debug_config.nano_nora
4221542215
42216- nano_nora.tools.esptool_py.program.pattern_args=--chip {build.mcu} --port "{serial.port}" --before default_reset  --after hard_reset write_flash  -z --flash_mode  {build.flash_mode} --flash_freq  {build.flash_freq} --flash_size  {build.flash_size} {build.bootloader_addr} "{build.path}/{build.project_name}.bootloader.bin" 0x8000 "{build.path}/{build.project_name}.partitions.bin" 0xe000 "{runtime.platform.path}/tools/partitions/boot_app0.bin" 0xf70000 "{build.variant.path}/extra/nora_recovery/nora_recovery.ino.bin" 0x10000 "{build.path}/{build.project_name}.bin"
42217- nano_nora.tools.esptool_py.erase.pattern_args=--chip {build.mcu} --port "{serial.port}" --before default_reset  --after hard_reset erase_flash 
42216+ nano_nora.tools.esptool_py.program.pattern_args=--chip {build.mcu} --port "{serial.port}" --before default-reset  --after hard-reset write-flash  -z --flash-mode  {build.flash_mode} --flash-freq  {build.flash_freq} --flash-size  {build.flash_size} {build.bootloader_addr} "{build.path}/{build.project_name}.bootloader.bin" 0x8000 "{build.path}/{build.project_name}.partitions.bin" 0xe000 "{runtime.platform.path}/tools/partitions/boot_app0.bin" 0xf70000 "{build.variant.path}/extra/nora_recovery/nora_recovery.ino.bin" 0x10000 "{build.path}/{build.project_name}.bin"
42217+ nano_nora.tools.esptool_py.erase.pattern_args=--chip {build.mcu} --port "{serial.port}" --before default-reset  --after hard-reset erase-flash 
4221842218
4221942219nano_nora.debug.executable=
4222042220
Original file line number Diff line number Diff line change @@ -352,6 +352,6 @@ tools.esptool_py_app_only.upload.protocol=serial
352352tools.esptool_py_app_only.upload.params.verbose=
353353tools.esptool_py_app_only.upload.params.quiet=
354354
355- tools.esptool_py_app_only.upload.pattern_args=--chip {build.mcu} --port "{serial.port}" --baud {upload.speed} {upload.flags} --before default_reset  --after hard_reset write_flash  --flash_mode  {build.flash_mode} --flash_freq  {build.flash_freq} --flash_size  {build.flash_size} {build.flash_offset} "{build.path}/{build.project_name}.bin" {upload.extra_flags}
355+ tools.esptool_py_app_only.upload.pattern_args=--chip {build.mcu} --port "{serial.port}" --baud {upload.speed} {upload.flags} --before default-reset  --after hard-reset write-flash  --flash-mode  {build.flash_mode} --flash-freq  {build.flash_freq} --flash-size  {build.flash_size} {build.flash_offset} "{build.path}/{build.project_name}.bin" {upload.extra_flags}
356356
357357tools.esptool_py_app_only.upload.pattern="{path}/{cmd}" {tools.esptool_py_app_only.upload.pattern_args}
                         You can’t perform that action at this time. 
           
                  
0 commit comments