ESP-NOW-Light-Led-Strip/platformio.ini
Alexey Zholtikov dfabdd080a Version 1.11
Web interface minor redesign.
Main code minor changes.
2023-01-12 12:27:38 +03:00

21 lines
527 B
INI

[env:ESP-12E]
platform = espressif8266
board = esp12e
framework = arduino
lib_deps =
https://github.com/aZholtikov/ZHNetwork
https://github.com/aZholtikov/ZHConfig
bblanchon/ArduinoJson@^6.19.4
me-no-dev/ESP Async WebServer@^1.2.3
[env:ESP-12E-OTA]
platform = espressif8266
board = esp12e
framework = arduino
upload_port = 192.168.4.1
upload_protocol = espota
lib_deps =
https://github.com/aZholtikov/ZHNetwork
https://github.com/aZholtikov/ZHConfig
bblanchon/ArduinoJson@^6.19.4
me-no-dev/ESP Async WebServer@^1.2.3