summaryrefslogtreecommitdiff
path: root/wasp/boards/pinetime/manifest.py
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-07-19 19:50:33 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-07-19 19:50:33 (GMT)
commita01fb7df573e13a6f6b9fbf2e7688d4e9713df6d (patch)
tree5118831a0fa174681ade9aaf850b7613309a2803 /wasp/boards/pinetime/manifest.py
parent6686f17e724b9a22318ff2248ce126a97dd19db4 (diff)
Introduction basic notification support
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.
Diffstat (limited to 'wasp/boards/pinetime/manifest.py')
-rw-r--r--wasp/boards/pinetime/manifest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wasp/boards/pinetime/manifest.py b/wasp/boards/pinetime/manifest.py
index 0193fed..3a525e1 100644
--- a/wasp/boards/pinetime/manifest.py
+++ b/wasp/boards/pinetime/manifest.py
@@ -28,6 +28,7 @@ freeze('../..',
'fonts/sans24.py',
'fonts/sans28.py',
'fonts/sans36.py',
+ 'gadgetbridge.py',
'icons.py',
'ppg.py',
'shell.py',