summaryrefslogtreecommitdiff
path: root/wasp/boards
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-04-10 19:30:20 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-04-10 19:30:20 (GMT)
commit23368a659b6fcd69b62e2024dacb18bdf8146840 (patch)
tree4ded87534a5734c78d8b410ed44ed9fcfa7ecee6 /wasp/boards
parentf734568ad20b47fdd121b13aae8cebda4ea57d5a (diff)
wasp: apps: Add a new (super simple) settings app
Diffstat (limited to 'wasp/boards')
-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 30d54e2..3d8cd9a 100644
--- a/wasp/boards/pinetime/manifest.py
+++ b/wasp/boards/pinetime/manifest.py
@@ -7,6 +7,7 @@ freeze('../..',
'apps/clock.py',
'apps/flashlight.py',
'apps/launcher.py',
+ 'apps/settings.py',
'apps/testapp.py',
'boot.py',
'demo.py',