-
I made a quick app here https://whatawholeone.github.io/BangleApps/#btpasstest
Aside: The App Loader github icon links to master rather then the btpasstest branchDoes only refresh on button press.
With a passkey set I get:
connected: true
encrypted: false
mitm: false
bonded: false
key: 333456From the Web IDE I send scripts and read from storage, and the mobile, Gadgetbridge can read battery percentage and push notifications.
-
-
Setting up the watch before giving to someone else.
I want to install updates, change setting and set Welcome to run on next boot.
With dark theme set the last screen on Welcome App I think is white text on white background.
"Turn off & run next" uses Bangle.off() and will forget time can be woken from screen press.
"Run next boot" and "Turn off" uses Bangle.softOff() and will keep time and only wake from button press.
Bangle.off() being able wake from screen tap does that mean its still using power?
Connecting usb power will wake from off and but not softOff. Is that expected?
May they should be the same or the other way round?
I don't like things to turn on just because I put them on charge. Other opinions may differ.
Future update, Do you think I would be possible to make timers and alarms than can wake from softOff?