File tree 1 file changed +0
-1
lines changed
1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,6 @@ recipe.size.regex.data=^(?:\.dram0\.data|\.dram0\.bss|\.noinit)\s+([0-9]+).*
144
144
tools.esptool_py.upload.protocol=esp32
145
145
tools.esptool_py.upload.params.verbose=
146
146
tools.esptool_py.upload.params.quiet=
147
- upload.extra_flags=
148
147
tools.esptool_py.upload.pattern_args=--chip {build.mcu} --port "{serial.port}" --baud {upload.speed} {upload.flags} --before default_reset --after hard_reset write_flash -z --flash_mode {build.flash_mode} --flash_freq {build.flash_freq} --flash_size detect 0xe000 "{runtime.platform.path}/tools/partitions/boot_app0.bin" 0x1000 "{build.path}/{build.project_name}.bootloader.bin" 0x10000 "{build.path}/{build.project_name}.bin" 0x8000 "{build.path}/{build.project_name}.partitions.bin" {upload.extra_flags}
149
148
tools.esptool_py.upload.pattern="{path}/{cmd}" {upload.pattern_args}
150
149
tools.esptool_py.upload.pattern.linux=python "{path}/{cmd}" {upload.pattern_args}
You can’t perform that action at this time.
0 commit comments