v1.5.7
ESP32 Dual-Core Compatibility
Dual Support for ESP32 Arduino Core 2.x and 3.x
Automatically detects ESP32 Arduino core version and selects the correct PWM method:
-
Uses ledcSetup + ledcAttachPin for Core 2.x
-
Uses ledcAttach(pin, freq, res) for Core 3.x+