Skip to content

Commit 0f59c94

Browse files
authored
disable hard reset after flashing (reverts #5433) (#5460)
1 parent 4373013 commit 0f59c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ tools.esptool.network_cmd.windows=python.exe
137137
tools.esptool.upload.protocol=esp
138138
tools.esptool.upload.params.verbose=-vv
139139
tools.esptool.upload.params.quiet=
140-
tools.esptool.upload.pattern="{path}/{cmd}" {upload.verbose} -cd {upload.resetmethod} -cb {upload.speed} -cp "{serial.port}" {upload.erase_cmd} -ca 0x00000 -cf "{build.path}/{build.project_name}.bin" -cr
140+
tools.esptool.upload.pattern="{path}/{cmd}" {upload.verbose} -cd {upload.resetmethod} -cb {upload.speed} -cp "{serial.port}" {upload.erase_cmd} -ca 0x00000 -cf "{build.path}/{build.project_name}.bin"
141141
tools.esptool.upload.network_pattern="{network_cmd}" "{runtime.platform.path}/tools/espota.py" -i "{serial.port}" -p "{network.port}" "--auth={network.password}" -f "{build.path}/{build.project_name}.bin"
142142

143143
tools.mkspiffs.cmd=mkspiffs

0 commit comments

Comments
 (0)