Page 1 of 1

ESP32 real Watchdog and brownout disabling

Posted: Sun Mar 06, 2022 5:38 pm
by MJU20
Please add a working feature for the ESP32 to disable the Brown-out and Watchdog detection.

Thank you.

Re: ESP32 real Watchdog and brownout disabling

Posted: Mon Mar 07, 2022 12:25 pm
by BenR
Hello,

I've been through and hopefully added working code for the auto watchdog feature to function correctly.

For the watchdog it looks like you can play with the settings via the sdkconfig settings file.

The line should look like this.

Code: Select all

CONFIG_ESP32_BROWNOUT_DET=y

Re: ESP32 real Watchdog and brownout disabling

Posted: Mon Mar 07, 2022 8:15 pm
by BenR
Hmm sorry I hit a wall with the watchdog fix I did. It should have worked but was causing compile errors and I couldn't seem to resolve them.

Anyway for now the answer to the watchdog problem is documented here.

viewtopic.php?p=3568#p3568

I'll keep trying for a none c code based fix.