Files
PlatformIO_AsyncElegantOTA-…/platformio.ini
Hermes 8ba0cf37b0
All checks were successful
OTA build / build-ota (push) Successful in 2m28s
fix: use installable async OTA dependency sources
2026-08-30 16:46:49 -05:00

19 lines
632 B
INI

; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:esp32doit-devkit-v1]
platform = espressif32
board = esp32doit-devkit-v1
framework = arduino
lib_deps =
https://github.com/ayushsharma82/AsyncElegantOTA.git#v2.2.8
me-no-dev/AsyncTCP@^1.1.1
https://github.com/me-no-dev/ESPAsyncWebServer.git