esp8266 / arduino-esp8266fs-plugin

Arduino plugin for uploading files to ESP8266 file system
GNU General Public License v2.0
706 stars 214 forks source link

Add upload.py and internal python in tools #53

Closed earlephilhower closed 5 years ago

earlephilhower commented 5 years ago

When present, use a tools-installed python executable for any python calls.

When tools/upload.py is present, use it in place of esptool-ck.exe.

When neither of these are present, as in releases 2.5.0 and prior, use the prior behavior, unchanged.

earlephilhower commented 5 years ago

Tested with all combinations:

. linux boards.json install 2.5.0 (fallback to esptool-ck) . linux GIT 2.6.0-dev

. win boards.json install 2.5.0 (fallback to esptool-ck.exe) . win GIT 2.6.0-dev