We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da88852 + 4c945af commit 324bbb2Copy full SHA for 324bbb2
platform.txt
@@ -91,5 +91,5 @@ tools.esptool.path={runtime.ide.path}/hardware/tools/esp8266
91
tools.esptool.upload.protocol=esp
92
tools.esptool.upload.params.verbose=-vv
93
tools.esptool.upload.params.quiet=
94
-tools.esptool.upload.pattern="{path}/{cmd}" {upload.verbose} -cd {upload.resetmethod} -cb {upload.speed} -cp {serial.port} -ca 0x00000 -cf "{build.path}/{build.project_name}_00000.bin" -ca 0x40000 -cf "{build.path}/{build.project_name}_40000.bin"
+tools.esptool.upload.pattern="{path}/{cmd}" {upload.verbose} -cd {upload.resetmethod} -cb {upload.speed} -cp "{serial.port}" -ca 0x00000 -cf "{build.path}/{build.project_name}_00000.bin" -ca 0x40000 -cf "{build.path}/{build.project_name}_40000.bin"
95
0 commit comments