Me No Dev
Me No Dev
We have an example here. Maybe try that: https://github.com/espressif/arduino-esp32/tree/master/libraries/ESP32/examples/Camera/CameraWebServer The board you show in the picture above is not ESP32S3-EYE, but maybe it uses the same pins... do not know....
You can change in the sketch which pis are used. Comment the ESP_EYE and uncomment the ESP32S3_EYE
then it must be the sensors you have. Everything is fine on my end. Same sketch and pins
please provide full sketch code to reproduce the issue
we do not collect all headers on purpose. They do take quite a bit of memory in many cases. We could look into a way to say specifically to collect...
Can you please provide screenshots and full output of the compilation?
The error comes from the GCC toolchain. We have reported it and will let you know when there is any result on it.
The logic is: Core 1 WDT is OFF in Arduino, Core 0 WDT is ON. Disable Core 0 WDT while formatting to prevent WDT restarts. On single-core chips, WDT is...
The logs come from IDF and are caused from the fact that WDT is disabled, but the IDLE task is trying to feed it. Fixed in master by silencing the...
This will cause merge issues into 3.1. We can merge it when you are online @lucasssvaz