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

This commit is contained in:
Hermes
2026-08-30 19:18:33 -05:00
parent 778652fa2f
commit 37070b2cc8
2 changed files with 2 additions and 2 deletions

View File

@@ -13,4 +13,4 @@ platform = espressif32
board = esp32doit-devkit-v1
framework = arduino
lib_deps =
roboticsbrno/ServoESP32@^1.0.3
madhephaestus/ESP32Servo@^3.2.1

View File

@@ -4,7 +4,7 @@
*********/
#include <WiFi.h>
#include <Servo.h>
#include <ESP32Servo.h>
Servo myservo; // create servo object to control a servo
// twelve servo objects can be created on most boards