-
• #2
There is a alternative way to set time via the Bangle App using section About and
Set Bangle.js Time
1 Attachment
-
• #3
Or if you have GPS satellite in view, you can use GPS time app. If you have it.
-
• #4
That'd be a really neat addition. I'm a bit busy packing Bangles right now but if someone wanted to make the change themselves, the settings could be changed at https://github.com/espruino/BangleApps/blob/master/apps/setting/settings.js#L231 to more closely match what has been done with the
alarm
app: https://github.com/espruino/BangleApps/blob/master/apps/alarm/app.js#L58
The menu wraps around, but the time setting doesn't.
Eg. 55 to 10, I have to push backwards 45 times.
Eg. 5 to 50, I have to press forwards 45 times.