mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
rename pio targets
This commit is contained in:
18
example_esp8266_pio_local.ini
Normal file
18
example_esp8266_pio_local.ini
Normal 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
|
||||
Reference in New Issue
Block a user