The watchdog is already enabled, and is poked by the peripheral poll timer.
The reasoning is:
If that timer ever stops the bangle will reboot
That timer handles both the ~2 sec to reload and ~10 sec to reboot behaviour
So you should be pretty safe as long as it's running - although granted it doesn't guarantee your code is. I guess it could be an option though? Are you encountering stability issues?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
The watchdog is already enabled, and is poked by the peripheral poll timer.
The reasoning is:
So you should be pretty safe as long as it's running - although granted it doesn't guarantee your code is. I guess it could be an option though? Are you encountering stability issues?