summaryrefslogtreecommitdiff
path: root/wasp/boards/manifest_240x240.py
diff options
context:
space:
mode:
authorCarlosgg <carlosgilglez@gmail.com>2020-10-22 15:59:17 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-11-12 21:44:22 (GMT)
commit306a1ec0a4dd037a59ab869f301546f7646a8ebe (patch)
treebbeb8d16cdcc6e9a272a37d5e2cee87d7e5f7503 /wasp/boards/manifest_240x240.py
parent294797d8263b316809214a2d1cb9534dff810bd0 (diff)
apps: Add music player app with GadgetBridge support
Signed-off-by: Carlos Gil <carlosgilglez@gmail.com> [daniel@redfelineninja.org.uk: fix regressions on simulator, disable by default (for now) on real hardware and remove a couple of whitespace changes to existing files] Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/boards/manifest_240x240.py')
-rw-r--r--wasp/boards/manifest_240x240.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wasp/boards/manifest_240x240.py b/wasp/boards/manifest_240x240.py
index 6bf88c8..c99fdb8 100644
--- a/wasp/boards/manifest_240x240.py
+++ b/wasp/boards/manifest_240x240.py
@@ -8,6 +8,7 @@ manifest = (
'apps/gameoflife.py',
'apps/haiku.py',
'apps/heart.py',
+ 'apps/musicplayer.py',
'apps/launcher.py',
'apps/pager.py',
'apps/settings.py',