2023-01-12 12:24:53 +03:00
|
|
|
[env:ESP8266]
|
2022-12-28 21:44:16 +03:00
|
|
|
platform = espressif8266
|
2023-02-09 18:22:15 +03:00
|
|
|
board = esp12e
|
2022-12-28 21:44:16 +03:00
|
|
|
framework = arduino
|
2023-02-04 10:52:52 +03:00
|
|
|
board_build.filesystem = littlefs
|
2022-12-28 21:44:16 +03:00
|
|
|
lib_deps =
|
|
|
|
https://github.com/aZholtikov/ZHNetwork
|
|
|
|
https://github.com/aZholtikov/ZHConfig
|
2023-02-04 10:52:52 +03:00
|
|
|
https://github.com/aZholtikov/Async-Web-Server
|
2023-01-28 14:07:38 +03:00
|
|
|
https://github.com/bblanchon/ArduinoJson
|
2023-02-09 18:22:15 +03:00
|
|
|
https://github.com/arduino-libraries/Ethernet
|
|
|
|
https://github.com/knolleary/pubsubclient
|
|
|
|
https://github.com/arduino-libraries/NTPClient
|
2022-12-28 21:44:16 +03:00
|
|
|
|
2023-01-12 12:24:53 +03:00
|
|
|
[env:ESP8266-OTA]
|
2022-12-28 21:44:16 +03:00
|
|
|
platform = espressif8266
|
2023-02-09 18:22:15 +03:00
|
|
|
board = esp12e
|
2022-12-28 21:44:16 +03:00
|
|
|
framework = arduino
|
2023-02-04 10:52:52 +03:00
|
|
|
board_build.filesystem = littlefs
|
2023-02-09 18:22:15 +03:00
|
|
|
upload_port = 192.168.4.1
|
2022-12-28 21:44:16 +03:00
|
|
|
upload_protocol = espota
|
|
|
|
lib_deps =
|
|
|
|
https://github.com/aZholtikov/ZHNetwork
|
|
|
|
https://github.com/aZholtikov/ZHConfig
|
2023-02-04 10:52:52 +03:00
|
|
|
https://github.com/aZholtikov/Async-Web-Server
|
2023-01-28 14:07:38 +03:00
|
|
|
https://github.com/bblanchon/ArduinoJson
|
2023-02-09 18:22:15 +03:00
|
|
|
https://github.com/arduino-libraries/Ethernet
|
|
|
|
https://github.com/knolleary/pubsubclient
|
|
|
|
https://github.com/arduino-libraries/NTPClient
|
2022-12-28 21:44:16 +03:00
|
|
|
|
2023-01-12 12:24:53 +03:00
|
|
|
[env:ESP32]
|
2022-12-28 21:44:16 +03:00
|
|
|
platform = espressif32
|
2023-02-09 18:22:15 +03:00
|
|
|
board = esp32dev
|
2022-12-28 21:44:16 +03:00
|
|
|
framework = arduino
|
2023-02-04 10:52:52 +03:00
|
|
|
board_build.filesystem = littlefs
|
2022-12-28 21:44:16 +03:00
|
|
|
lib_deps =
|
|
|
|
https://github.com/aZholtikov/ZHNetwork
|
|
|
|
https://github.com/aZholtikov/ZHConfig
|
2023-02-04 10:52:52 +03:00
|
|
|
https://github.com/aZholtikov/Async-Web-Server
|
2023-01-28 14:07:38 +03:00
|
|
|
https://github.com/bblanchon/ArduinoJson
|
2023-02-09 18:22:15 +03:00
|
|
|
https://github.com/arduino-libraries/Ethernet
|
|
|
|
https://github.com/knolleary/pubsubclient
|
|
|
|
https://github.com/arduino-libraries/NTPClient
|
2023-01-28 14:07:38 +03:00
|
|
|
https://github.com/luc-github/ESP32SSDP
|
2022-12-28 21:44:16 +03:00
|
|
|
|
2023-01-12 12:24:53 +03:00
|
|
|
[env:ESP32-OTA]
|
2022-12-28 21:44:16 +03:00
|
|
|
platform = espressif32
|
2023-02-09 18:22:15 +03:00
|
|
|
board = esp32dev
|
2022-12-28 21:44:16 +03:00
|
|
|
framework = arduino
|
2023-02-04 10:52:52 +03:00
|
|
|
board_build.filesystem = littlefs
|
2023-02-09 18:22:15 +03:00
|
|
|
upload_port = 192.168.4.1
|
2022-12-28 21:44:16 +03:00
|
|
|
upload_protocol = espota
|
|
|
|
lib_deps =
|
|
|
|
https://github.com/aZholtikov/ZHNetwork
|
|
|
|
https://github.com/aZholtikov/ZHConfig
|
2023-02-04 10:52:52 +03:00
|
|
|
https://github.com/aZholtikov/Async-Web-Server
|
2023-01-28 14:07:38 +03:00
|
|
|
https://github.com/bblanchon/ArduinoJson
|
2023-02-09 18:22:15 +03:00
|
|
|
https://github.com/arduino-libraries/Ethernet
|
|
|
|
https://github.com/knolleary/pubsubclient
|
|
|
|
https://github.com/arduino-libraries/NTPClient
|
|
|
|
https://github.com/luc-github/ESP32SSDP
|