1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

Removed legacy code for the "Upload Using" menu

Ref: https://github.com/esp8266/Arduino/issues/1982
This commit is contained in:
Krzysztof 2016-04-28 18:52:32 +02:00
parent 2301f2975d
commit 234f917189

View File

@ -110,12 +110,3 @@ tools.esptool.upload.network_pattern="{network_cmd}" "{runtime.platform.path}/to
tools.mkspiffs.cmd=mkspiffs tools.mkspiffs.cmd=mkspiffs
tools.mkspiffs.cmd.windows=mkspiffs.exe tools.mkspiffs.cmd.windows=mkspiffs.exe
tools.mkspiffs.path={runtime.platform.path}/tools/mkspiffs tools.mkspiffs.path={runtime.platform.path}/tools/mkspiffs
tools.espota.cmd=python
tools.espota.cmd.windows=python.exe
tools.espota.path={runtime.platform.path}/tools
tools.espota.upload.protocol=espota
tools.espota.upload.params.verbose=
tools.espota.upload.params.quiet=
tools.espota.upload.pattern="{cmd}" "{path}/espota.py" -i "{serial.port}" -p 8266 -f "{build.path}/{build.project_name}.bin"