summaryrefslogtreecommitdiff
path: root/wasp/main.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/main.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/main.py')
-rw-r--r--wasp/main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wasp/main.py b/wasp/main.py
index 8680219..c1db792 100644
--- a/wasp/main.py
+++ b/wasp/main.py
@@ -2,4 +2,5 @@
# Copyright (C) 2020 Daniel Thompson
import wasp
+from gadgetbridge import *
wasp.system.schedule()