madhephaestus / ESP32Servo

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

Fixed Support forr ESP32 S2 and S3 #48

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

madhephaestus commented 6 months ago

Im sorry, but i need you to not auto-format the code and submit a PR with only the lines you actually changed.

madhephaestus commented 6 months ago

If you roll back 78d6a7a we can re-open this PR