Skip to content

v1.5.7

Choose a tag to compare

@felixthecat8a felixthecat8a released this 15 Jul 00:09
· 25 commits to main since this release

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+