I think I figured out what the other problem was too - the alarm app wasn't taking seconds into account so when it got loaded it didn't think there was an alarm ready. At that point it should have reloaded the default app (clock) but it looks like load() fails when it's called directly from startup code.
I should have fixed all that - so if you update alarm and about your problems will hopefully be sorted.
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 - just fixed the About page issue.
I think I figured out what the other problem was too - the alarm app wasn't taking seconds into account so when it got loaded it didn't think there was an alarm ready. At that point it should have reloaded the default app (clock) but it looks like
load()
fails when it's called directly from startup code.I should have fixed all that - so if you update alarm and about your problems will hopefully be sorted.