2023-03-05 10:34:53 +03:00
|
|
|
[env:ESP-12E]
|
|
|
|
platform = espressif8266
|
|
|
|
board = esp12e
|
|
|
|
framework = arduino
|
|
|
|
build_flags = -D PIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK305
|
|
|
|
board_build.filesystem = littlefs
|
|
|
|
board_build.ldscript = eagle.flash.4m1m.ld
|
|
|
|
lib_deps =
|
|
|
|
https://github.com/aZholtikov/ZHNetwork
|
|
|
|
https://github.com/aZholtikov/ZHConfig
|
|
|
|
https://github.com/aZholtikov/Async-Web-Server
|
|
|
|
https://github.com/bblanchon/ArduinoJson
|
|
|
|
|
|
|
|
[env:ESP-12E-OTA]
|
|
|
|
platform = espressif8266
|
|
|
|
board = esp12e
|
|
|
|
framework = arduino
|
|
|
|
build_flags = -D PIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK305
|
|
|
|
board_build.filesystem = littlefs
|
|
|
|
board_build.ldscript = eagle.flash.4m1m.ld
|
|
|
|
upload_port = 192.168.4.1
|
|
|
|
upload_protocol = espota
|
|
|
|
lib_deps =
|
|
|
|
https://github.com/aZholtikov/ZHNetwork
|
|
|
|
https://github.com/aZholtikov/ZHConfig
|
|
|
|
https://github.com/aZholtikov/Async-Web-Server
|
|
|
|
https://github.com/bblanchon/ArduinoJson
|
|
|
|
|
2023-01-06 12:51:12 +03:00
|
|
|
[env:TYWE3S]
|
|
|
|
platform = espressif8266
|
|
|
|
board = esp01_1m
|
|
|
|
framework = arduino
|
2023-03-05 10:34:53 +03:00
|
|
|
build_flags = -D PIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK305
|
|
|
|
board_build.filesystem = littlefs
|
|
|
|
board_build.ldscript = eagle.flash.1m64.ld
|
2023-01-06 12:51:12 +03:00
|
|
|
lib_deps =
|
|
|
|
https://github.com/aZholtikov/ZHNetwork
|
|
|
|
https://github.com/aZholtikov/ZHConfig
|
2023-03-05 10:34:53 +03:00
|
|
|
https://github.com/aZholtikov/Async-Web-Server
|
|
|
|
https://github.com/bblanchon/ArduinoJson
|
2023-01-06 12:51:12 +03:00
|
|
|
|
|
|
|
[env:ESP-M2]
|
|
|
|
platform = espressif8266
|
|
|
|
board = esp8285
|
|
|
|
framework = arduino
|
2023-03-05 10:34:53 +03:00
|
|
|
build_flags = -D PIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK305
|
|
|
|
board_build.filesystem = littlefs
|
|
|
|
board_build.ldscript = eagle.flash.1m64.ld
|
2023-01-06 12:51:12 +03:00
|
|
|
lib_deps =
|
|
|
|
https://github.com/aZholtikov/ZHNetwork
|
|
|
|
https://github.com/aZholtikov/ZHConfig
|
2023-03-05 10:34:53 +03:00
|
|
|
https://github.com/aZholtikov/Async-Web-Server
|
|
|
|
https://github.com/bblanchon/ArduinoJson
|