File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -24163,6 +24163,7 @@ nano_nora.build.memory_type={build.boot}_{build.psram_type}
24163
24163
nano_nora.build.disable_pin_remap=
24164
24164
24165
24165
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"
24166
+ nano_nora.tools.esptool_py.erase.pattern_args=--chip {build.mcu} --port "{serial.port}" --before default_reset --after hard_reset erase_flash
24166
24167
24167
24168
nano_nora.menu.PinNumbers.default=By Arduino pin (default)
24168
24169
nano_nora.menu.PinNumbers.byGPIONumber=By GPIO number (legacy)
You can’t perform that action at this time.
0 commit comments