diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-03-08 17:37:43 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-03-08 17:39:39 (GMT) |
| commit | 799a66c9b95a1f95eba8b3412c45b6290ec68a73 (patch) | |
| tree | fb731f2a97acda16c95887a1a1ae52f392abfb48 /wasp/boards | |
| parent | b5b96bd7760f76d9bb476eb835f49b3c9586ca5c (diff) | |
wasp: Move the apps into their own directory.
Diffstat (limited to 'wasp/boards')
| -rw-r--r-- | wasp/boards/pinetime/manifest.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wasp/boards/pinetime/manifest.py b/wasp/boards/pinetime/manifest.py index b3e2e17..6a19c1a 100644 --- a/wasp/boards/pinetime/manifest.py +++ b/wasp/boards/pinetime/manifest.py @@ -1,8 +1,10 @@ freeze('.', 'watch.py', opt=3) freeze('../..', ( + 'apps/clock.py', + 'apps/testapp.py', + 'apps/flashlight.py', 'boot.py', - 'clock.py', 'demo.py', 'draw565.py', 'drivers/battery.py', @@ -11,14 +13,12 @@ freeze('../..', 'drivers/signal.py', 'drivers/st7789.py', 'drivers/vibrator.py', - 'flashlight.py', 'fonts/clock.py', 'fonts/sans24.py', 'icons.py', 'logo.py', 'manager.py', 'shell.py', - 'testapp.py', 'widgets.py', ), opt=3 |
