From bfe4f8817a21a63a11922096b779f782cc20231a Mon Sep 17 00:00:00 2001 From: Hermes Date: Sun, 30 Aug 2026 19:18:23 -0500 Subject: [PATCH] fix: use ESP32Servo library compatible with current core --- platformio.ini | 2 +- src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 5a014b7..6b1fee1 100644 --- a/platformio.ini +++ b/platformio.ini @@ -12,4 +12,4 @@ platform = espressif32 board = esp32doit-devkit-v1 framework = arduino -lib_deps = roboticsbrno/ServoESP32@^1.0.3 +lib_deps = madhephaestus/ESP32Servo@^3.2.1 diff --git a/src/main.cpp b/src/main.cpp index 46ee00b..37c0bc4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ #include -#include +#include static const int servoPin = 4;