The board is an ESP32
As dictated in the tutorial from keyestudio WiKi i used the library for the development board used on the video car must be “AI Thinker ESP32-CAM”
I start programming with no problem (led blinking, dimming, message to opretor).
When i tried to use the motor I got the message Compilation error: "SetMotor.h: No such file or directory".
It correspomd to the #include "SetMotor.h"
The library do not seem to include the SetMotor.h
Anybody has an idea?