ESP-NOW-Gateway/platformio.ini

50 lines
1.3 KiB
INI
Raw Permalink Normal View History

[env:ESP8266]
2022-12-28 21:44:16 +03:00
platform = espressif8266
board = nodemcuv2
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
marvinroger/AsyncMqttClient@^0.9.0
[env:ESP8266-OTA]
2022-12-28 21:44:16 +03:00
platform = espressif8266
board = nodemcuv2
framework = arduino
upload_port = 192.168.1.113
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
marvinroger/AsyncMqttClient@^0.9.0
[env:ESP32]
2022-12-28 21:44:16 +03:00
platform = espressif32
board = az-delivery-devkit-v4
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
marvinroger/AsyncMqttClient@^0.9.0
luc-github/ESP32SSDP@^1.2.0
[env:ESP32-OTA]
2022-12-28 21:44:16 +03:00
platform = espressif32
board = az-delivery-devkit-v4
framework = arduino
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
bblanchon/ArduinoJson@^6.19.4
me-no-dev/ESP Async WebServer@^1.2.3
marvinroger/AsyncMqttClient@^0.9.0
luc-github/ESP32SSDP@^1.2.0