espruino / Espruino

The Espruino JavaScript interpreter - Official Repo
http://www.espruino.com/
Other
2.74k stars 741 forks source link

Bangle.js recovery menu + not loading .boot0 logic isn't joined #2416

Open gfwilliams opened 10 months ago

gfwilliams commented 10 months ago

We currently check BTN1 in two places:

And also potentially launch the recovery menu from jswrap_bangle_init or jsiSemiInit

Ideally we'd just check once (jsiSemiInit?) and then forward that we're in recovery mode (maybe via a flag) to other places