Skip to content

Commit 6c4a95c

Browse files
committed
clean up
1 parent 611705f commit 6c4a95c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

platform.txt

-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ recipe.size.regex.data=^(?:\.dram0\.data|\.dram0\.bss|\.noinit)\s+([0-9]+).*
144144
tools.esptool_py.upload.protocol=esp32
145145
tools.esptool_py.upload.params.verbose=
146146
tools.esptool_py.upload.params.quiet=
147-
upload.extra_flags=
148147
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}
149148
tools.esptool_py.upload.pattern="{path}/{cmd}" {upload.pattern_args}
150149
tools.esptool_py.upload.pattern.linux=python "{path}/{cmd}" {upload.pattern_args}

0 commit comments

Comments
 (0)