madhephaestus / ESP32Servo

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

Moved all Error and Debug prints to ESP_LOG #52

Closed candorgander closed 4 months ago

candorgander commented 4 months ago

Moved all the debug and error Serial prints in ESP32PWM.cpp and ESP32Servo.cpp to the standard ESP Logging format. This allows users to get debug messages when they set the logging level flag during compilation.

madhephaestus commented 4 months ago

great, thanks!