So, for my understanding : the 'isAuto' flag for 'E.enableWatchdog' has no effect for a Bangle.js 2 ?
That is correct. I can make a firmware change to ensure that the flag is honoured though?
The only downside is you'd then be unable to reboot to the bootloader unless you handled it explicitly in your code (since the reboot is handled right now using the watchdog)
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.
That is correct. I can make a firmware change to ensure that the flag is honoured though?
The only downside is you'd then be unable to reboot to the bootloader unless you handled it explicitly in your code (since the reboot is handled right now using the watchdog)