| Age | Commit message (Collapse) | Author |
|
Notifier was a dumb name so make it better. Now that we have a decent
name it should be obvious how to handle the BLE connection status icon!
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
|
|
This requires a modified version of Gadgetbridge and currently works by
implementing the BangleJS protocol.
In Gadgetbridge ensure "Sync time" is *not* set and choose "Don't pair"
when adding the PineTime device.
|
|
This has two useful properties. Firstly it means the watch will be
maintained in the background, allowing the REPL to be used for
notifications and other updates. Secondly it will save a little bit
of power by reducing the work needed to handle spurious wake ups.
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
|
|
... and enable persistant code loading.
Fixes: #37
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
|
|
|
|
|
|
If an application crashes let's report it on the device so it can be
distinguished from a hang (if nothing else it should mean we get better
bug reports).
|
|
|
|
|
|
|
|
The demo is still there but it needs to be activated by hand
(or the manifest can be updated to include main.py by default.
|
|
|
|
|
|
|
|
|
|
|
|
This is a just a rather hacky combined build environment.
|