-
hi,
i read the refence you mentioned:https://www.espruino.com/Bangle.js+Button+Reset
it seems to me that i can disable the (press button 1.5s to reload app) and (press button 10s to reboot the watch).
but what i concern is "adding a new app now it ask me to press button to reload app".may i ask:
if i disable the (press button 1.5s to reload app i.e. Bangle.setOptions({btnLoadTimeout:0});), will the app loader still ask me to press the button for 1.5s or will it directly pass thru it?
or i have to wish that later version of app loader will have an option to let people choose "reload automatically"?
thanks.
Honestly, I know you see a 'failed button' thread here, but don't forget there are getting on for 10,000 Bangle.js 2 watches out there and most people tend to report all their grievances publicly on the forum. So you stand less than a 0.2% chance of a button failure, if that (since the button's got a lot better since the initial KickStarter batch).
But...
hold button to reload
is built into the app loader - it had been suggested that the app loader could just automatically reload the watch after uploads, and that's probably not a huge issue to add. We could do it behind a setting as if someone has a very slow watch face it might make uploads more unreliable.However, having the button reload and ultimately reset the watch is built into the firmware because it's really important that the 99.9% of people that are unaffected can't brick their watches. It can be overloaded with https://www.espruino.com/Bangle.js+Button+Reset though.