OTA
This commit is contained in:
parent
62ed9ca208
commit
cd6a547c63
1 changed files with 14 additions and 0 deletions
|
@ -34,3 +34,17 @@ lib_deps =
|
||||||
bblanchon/ArduinoJson@^6.21.2
|
bblanchon/ArduinoJson@^6.21.2
|
||||||
extra_scripts = platformio_upload.py
|
extra_scripts = platformio_upload.py
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[env:mcu-esp32s-ota]
|
||||||
|
platform = espressif32
|
||||||
|
framework = arduino
|
||||||
|
board = nodemcu-32s
|
||||||
|
build_flags = -DBOARD2 -DBUZZER -DRELAY1 -DWIFI -DWEB_SERVER -DNET_FAIL_SAFE -DWEB_OTA_UPDATE -DLOCAL_ACL -DLOCAL_ACL_API -DLATCH_DOOR
|
||||||
|
lib_deps =
|
||||||
|
ottowinter/ESPAsyncWebServer-esphome@^3.0.0
|
||||||
|
ayushsharma82/WebSerial@^1.4.0
|
||||||
|
ayushsharma82/AsyncElegantOTA@^2.2.7
|
||||||
|
bblanchon/ArduinoJson@^6.21.2
|
||||||
|
extra_scripts = platformio_upload.py
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue