Open FBMinis opened 2 years ago
To fix that, I'm using those libraries:
#include "soc/soc.h" // disable brownout problems
#include "soc/rtc_cntl_reg.h" // disable brownout problems
and that code in setup()
WRITE_PERI_REG(RTC_CNTL_BROWN_OUT_REG, 0); //disable brownout detector
Those librairies are supposed to be enabled from you .arduino15/packages/esp32/hardware/esp32/1.0.6/tools/sdk/include/soc/soc directory otherwise, let me know; I'll add to my github
My AiThinker camera runs other program correctly but I'm get the following error: