fix: use ESP32Servo library compatible with current core
All checks were successful
OTA build / build-ota (push) Successful in 2m27s

This commit is contained in:
Hermes
2026-08-30 19:18:23 -05:00
parent f88afc205c
commit bfe4f8817a
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -1,5 +1,5 @@
#include <Arduino.h>
#include <Servo.h>
#include <ESP32Servo.h>
static const int servoPin = 4;