Bootloader that outputs reset reason on display and also sets up a watchdog so you can't brick a phone by uploading the wrong firmware (LCD support is still very hacky)
jswrap_id205 code which enables watchdog and does a reset if 2 buttons are held down at the same time for 10 seconds
I guess some of these are features that might make sense to be pulled out into something more general for other watches?
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.
Thanks! I was struggling to find a proper list of UUIDs for each one.
Don't know if it's helpful for you as a lot of stuff is still likely to change, but there's https://github.com/espruino/Espruino/tree/ID205 online now.
I guess some of these are features that might make sense to be pulled out into something more general for other watches?