You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • That code should work

    do I need to set the watchdog's timeout higher than my code timeout?

    Yes, at least twice - I'd generally go for ~5 times the interval, just in case.

    One thing to note is that once you added the watchdog you can't change it or its interval until the device physically reboots (reset() won't cut it). It's done in hardware as a failsafe so once it's been added, it can't be undone (until a reboot/power cycle)

About

Avatar for Gordon @Gordon started