Files
PlatformIO_ESP32_ServoWebSe…/platformio.ini
Hermes 37070b2cc8
All checks were successful
OTA build / build-ota (push) Successful in 2m15s
fix: use ESP32Servo library compatible with current core
2026-08-30 19:18:33 -05:00

17 lines
507 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 =
madhephaestus/ESP32Servo@^3.2.1