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