madhephaestus / ESP32Servo

Arduino-compatible servo library for the ESP32
138 stars 53 forks source link

Implemented changes to work with ESP S3 and S2 #49

Closed candorgander closed 6 months ago

candorgander commented 6 months ago

The import of Arduino.h was below the NUM_PWM setting for different boards, thus was not being enforced. This caused only 4 servos to be allotted to LEDc channels and the rest not being attached. I have tested this with an ESP32 S3.

Apologies for the formatting error. Fixed and pushed.