Page 1 of 1

Can't figure out how to stop bootloader WDT

Posted: Thu Jun 13, 2019 7:35 pm
by MatCat
I use platformIO, I recently updated to IDF 3.30200.190418, however I am having a problem where the ESP32 just keeps boot looping, the time it takes from boot up to boot loop is based on the value of CONFIG_BOOTLOADER_WDT_TIME_MS, I have CONFIG_BOOTLOADER_WDT_ENABLE set to 0 and it still boot loops, please help me to figure out how to stop this!

Re: Can't figure out how to stop bootloader WDT

Posted: Fri Jun 14, 2019 1:35 am
by ESP_Sprite
Obvious question: why is the wdt triggering in the first place? Do you use a custom bootloader?