Evan

Results 3 issues of Evan

With the latest version of the library (3.0.9), starting in Arduino Framework 3.3.2, if you attach two servos, and adjust timer width on both servos after attaching, you will crash...

Calling "Attach" on a servo always defaults back to the default timer width during initialization. If you set timer width to a number besides the default before attaching, you will...

Line 86 of README.md: > default timer width 16 (if timer width is not set) Lines 84 - 92 of ESP32Servo.h ``` #ifdef ARDUINO_ESP32C3_DEV #define MINIMUM_TIMER_WIDTH 10 #define MAXIMUM_TIMER_WIDTH 14...