File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ tools.esptool.upload.protocol=esp
138
138
tools.esptool.upload.params.verbose=--trace
139
139
tools.esptool.upload.params.quiet=
140
140
141
- tools.esptool.upload.pattern="python" -c "import sys; sys.path.append('{runtime.platform.path}/tools/pyserial'); execfile('{runtime.platform.path}/tools/esptool/esptool.py')" --chip esp8266 --port "{serial.port}" --baud "{upload.speed}" write_flash 0x0 "{build.path}/{build.project_name}.bin"
141
+ tools.esptool.upload.pattern="python" -c "import sys; sys.path.append('{runtime.platform.path}/tools/pyserial'); execfile('{runtime.platform.path}/tools/esptool/esptool.py')" --chip esp8266 --port "{serial.port}" --baud "{upload.speed}" "{upload.verbose}" write_flash 0x0 "{build.path}/{build.project_name}.bin"
142
142
143
143
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"
144
144
You can’t perform that action at this time.
0 commit comments