Search found 1 match

by katzimsack
Sun Jan 23, 2022 10:32 am
Forum: ESP32 boards
Topic: Brownout detection vs custom WDT usage
Replies: 1
Views: 2824

Brownout detection vs custom WDT usage

Hi, I found https://forum.micropython.org/viewtopic.php?t=7268&p=41350 to answer the question how to detect brownouts, but it opens another one: If the right way to detect brownouts is to check the reset_cause() to be machine.WDT_RESET, then how can I differentiate brownouts from custom watchdog set...