diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-04-10 19:30:20 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-04-10 19:30:20 (GMT) |
| commit | 23368a659b6fcd69b62e2024dacb18bdf8146840 (patch) | |
| tree | 4ded87534a5734c78d8b410ed44ed9fcfa7ecee6 /wasp/boards | |
| parent | f734568ad20b47fdd121b13aae8cebda4ea57d5a (diff) | |
wasp: apps: Add a new (super simple) settings app
Diffstat (limited to 'wasp/boards')
| -rw-r--r-- | wasp/boards/pinetime/manifest.py | 1 |
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', |
