Broken Demos
A new headache has has arrived, the ESP32 Core v3.0.0 has broken the demo for squareline studios and
lbgl and lovyan . Think like depricated functions:
ledcAttach(_cfg.pwm_channel, _cfg.freq,PWM_BITS);
// DEPRICATED
// ledcSetup(_cfg.pwm_channel, _cfg.freq, PWM_BITS);
// ledcAttachPin(_cfg.pin_bl, _cfg.pwm_channel);
Slowly working thru them it is painful debugging other peoples libraries.
Any suggestions?
Comments
Hello @RCRoeder ,
Thank you for providing detailed feedback. Regarding the issue you mentioned about the ESP32 Core v3.0.0 update, we fully understand that this has caused inconvenience to your project.
We're sorry as engineers are currently working on software for other projects, the routines cannot be updated for the time being.
Please try to install a lower version of esp32 core to see if you can run the demo.
Best regards,
Elecrow Team