• Ok, I've just added Bangle.setOptions({btnLoadTimeout:...}) to cutting edge builds. I'd forgot about this but you should also be able to do: E.enableWatchdog(5); which will set the watchdog to 'automatic' mode - so it's called automatically in the idle loop. As a result you'll only be able to long-press reboot if the Bangle's code really has locked up and you hold the button.

    So do:

    Bangle.setOptions({btnLoadTimeout:0});
    E.enableWatchdog(5);
    

    with cutting edge firmwares and you're sorted

About

Avatar for Gordon @Gordon started