rename pio targets

This commit is contained in:
proddy
2020-11-17 12:25:55 +01:00
parent aa7b37e006
commit 1df21f25fa
7 changed files with 55 additions and 66 deletions

View File

@@ -0,0 +1,18 @@
; ESP8266
; local example the does not build the web UI
[platformio]
default_envs = esp8266
[env]
; upload_port = COM3
upload_protocol = espota
upload_flags =
--port=8266
--auth=ems-esp-neo
upload_port = ems-esp.local
[env:esp8266]
extra_scripts =
scripts/main_script.py