I tried to use I simple esp32 and L296n. I was not able to get a working PWM signal.
I changed the DCDriver to DCDriver1PWM2Dir driver = DCDriver1PWM2Dir(14, 2, 27);
(Hardwareconfig was ok. I simple ledcWrite(ledChannel, dutyCycle) was working for test.)
It seems like the following hardware specific code in esp32_ledc_mcu.cpp is never reached:
......
I tried to use I simple esp32 and L296n. I was not able to get a working PWM signal. I changed the DCDriver to DCDriver1PWM2Dir driver = DCDriver1PWM2Dir(14, 2, 27); (Hardwareconfig was ok. I simple ledcWrite(ledChannel, dutyCycle) was working for test.)
It seems like the following hardware specific code in esp32_ledc_mcu.cpp is never reached: ......