ESP-NOW-Gateway/platformio.ini

54 lines
1.6 KiB
INI
Raw Permalink Normal View History

[env:ESP8266]
2022-12-28 21:44:16 +03:00
platform = espressif8266
board = nodemcuv2
framework = arduino
board_build.filesystem = littlefs
2022-12-28 21:44:16 +03:00
lib_deps =
https://github.com/aZholtikov/ZHNetwork
https://github.com/aZholtikov/ZHConfig
https://github.com/aZholtikov/Async-Web-Server
2023-01-28 14:07:38 +03:00
https://github.com/bblanchon/ArduinoJson
https://github.com/marvinroger/async-mqtt-client
2022-12-28 21:44:16 +03:00
[env:ESP8266-OTA]
2022-12-28 21:44:16 +03:00
platform = espressif8266
board = nodemcuv2
framework = arduino
board_build.filesystem = littlefs
2022-12-28 21:44:16 +03:00
upload_port = 192.168.1.113
upload_protocol = espota
lib_deps =
https://github.com/aZholtikov/ZHNetwork
https://github.com/aZholtikov/ZHConfig
https://github.com/aZholtikov/Async-Web-Server
2023-01-28 14:07:38 +03:00
https://github.com/bblanchon/ArduinoJson
https://github.com/marvinroger/async-mqtt-client
2022-12-28 21:44:16 +03:00
[env:ESP32]
2022-12-28 21:44:16 +03:00
platform = espressif32
board = az-delivery-devkit-v4
framework = arduino
board_build.filesystem = littlefs
2022-12-28 21:44:16 +03:00
lib_deps =
https://github.com/aZholtikov/ZHNetwork
https://github.com/aZholtikov/ZHConfig
https://github.com/aZholtikov/Async-Web-Server
2023-01-28 14:07:38 +03:00
https://github.com/bblanchon/ArduinoJson
https://github.com/marvinroger/async-mqtt-client
https://github.com/luc-github/ESP32SSDP
2022-12-28 21:44:16 +03:00
[env:ESP32-OTA]
2022-12-28 21:44:16 +03:00
platform = espressif32
board = az-delivery-devkit-v4
framework = arduino
board_build.filesystem = littlefs
upload_port = 192.168.1.110
2022-12-28 21:44:16 +03:00
upload_protocol = espota
lib_deps =
https://github.com/aZholtikov/ZHNetwork
https://github.com/aZholtikov/ZHConfig
https://github.com/aZholtikov/Async-Web-Server
2023-01-28 14:07:38 +03:00
https://github.com/bblanchon/ArduinoJson
https://github.com/marvinroger/async-mqtt-client
https://github.com/luc-github/ESP32SSDP