Files
PlatformIO_WineSensor/platformio.ini
Hermes 451066336e
All checks were successful
OTA build / build-ota (push) Successful in 2m54s
fix: pin AsyncElegantOTA to pre-deprecation tag
2026-08-30 16:46:40 -05:00

19 lines
639 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
https://github.com/me-no-dev/ESPAsyncWebServer.git
adafruit/Adafruit SSD1306@^2.5.7