ESP-NOW-Switch/platformio.ini

35 lines
820 B
INI
Raw Permalink Normal View History

2023-01-10 11:32:08 +03:00
[env:ESP-12E]
2023-01-04 11:58:33 +03:00
platform = espressif8266
board = esp12e
framework = arduino
lib_extra_dirs =
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
2023-01-10 11:32:08 +03:00
[env:ESP-12E-OTA]
2023-01-04 11:58:33 +03:00
platform = espressif8266
board = esp12e
framework = arduino
upload_port = 192.168.4.1
upload_protocol = espota
lib_extra_dirs =
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
2023-01-10 11:32:08 +03:00
[env:ESP-02S]
2023-01-04 11:58:33 +03:00
platform = espressif8266
board = esp8285
framework = arduino
lib_extra_dirs =
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