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

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