File tree 1 file changed +2
-2
lines changed
hardware/esp8266com/esp8266
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ tools.esptool.upload.protocol=esp
93
93
tools.esptool.upload.params.verbose=-vv
94
94
tools.esptool.upload.params.quiet=
95
95
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}.bin"
96
- tools.esptool.network.pattern=python "{path}/espota.py" "{serial.port}" "{network.port}" "{build.path}/{build.project_name}.bin"
96
+ tools.esptool.network.pattern=python "{path}/espota.py" -i "{serial.port}" -p "{network.port}" -f "{build.path}/{build.project_name}.bin"
97
97
98
98
tools.espota.cmd=python
99
99
tools.espota.cmd.windows=python.exe
@@ -102,4 +102,4 @@ tools.espota.path={runtime.platform.path}/tools
102
102
tools.espota.upload.protocol=espota
103
103
tools.espota.upload.params.verbose=
104
104
tools.espota.upload.params.quiet=
105
- tools.espota.upload.pattern="{cmd}" "{path}/espota.py" "{serial.port}" 8266 "{build.path}/{build.project_name}.bin"
105
+ tools.espota.upload.pattern="{cmd}" "{path}/espota.py" -i "{serial.port}" -p 8266 -f "{build.path}/{build.project_name}.bin"
You can’t perform that action at this time.
0 commit comments