2023-01-12 12:27:38 +03:00
|
|
|
[env:ESP-12E]
|
2023-01-04 13:47:14 +03:00
|
|
|
platform = espressif8266
|
|
|
|
board = esp12e
|
|
|
|
framework = arduino
|
2023-02-02 20:31:16 +03:00
|
|
|
board_build.filesystem = littlefs
|
2023-01-28 14:52:38 +03:00
|
|
|
board_build.ldscript = eagle.flash.4m2m.ld
|
2023-01-04 13:47:14 +03:00
|
|
|
lib_deps =
|
|
|
|
https://github.com/aZholtikov/ZHNetwork
|
|
|
|
https://github.com/aZholtikov/ZHConfig
|
2023-02-02 20:31:16 +03:00
|
|
|
https://github.com/aZholtikov/Async-Web-Server
|
2023-01-28 14:52:38 +03:00
|
|
|
https://github.com/bblanchon/ArduinoJson
|
2023-01-04 13:47:14 +03:00
|
|
|
|
2023-01-12 12:27:38 +03:00
|
|
|
[env:ESP-12E-OTA]
|
2023-01-04 13:47:14 +03:00
|
|
|
platform = espressif8266
|
|
|
|
board = esp12e
|
|
|
|
framework = arduino
|
2023-02-02 20:31:16 +03:00
|
|
|
board_build.filesystem = littlefs
|
2023-01-28 14:52:38 +03:00
|
|
|
board_build.ldscript = eagle.flash.4m2m.ld
|
2023-01-04 13:47:14 +03:00
|
|
|
upload_port = 192.168.4.1
|
|
|
|
upload_protocol = espota
|
|
|
|
lib_deps =
|
|
|
|
https://github.com/aZholtikov/ZHNetwork
|
|
|
|
https://github.com/aZholtikov/ZHConfig
|
2023-02-02 20:31:16 +03:00
|
|
|
https://github.com/aZholtikov/Async-Web-Server
|
|
|
|
https://github.com/bblanchon/ArduinoJson
|