ESP32Cam crashes with ledc

Hi there,

I’m using an ESP32Cam with a motor driver board that takes 2 PWM signals in. I have the camera portion working and I have ledc motor driver portion working, but not at the same time. When ledc is enabled, the camera stops working. Is this a known problem? Anyone else?

I figured it out. (Read the docs…)

Gave the ledc outputs a different channel than 1, which is taken by the camera.