diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-01-03 14:59:14 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-01-03 14:59:14 (GMT) |
| commit | 3813eb29114d7c2fd73584c8a3a0ab89238bfe84 (patch) | |
| tree | dd899c16fcabc2330b069b52260e2009035f63e5 /wasp/boards/manifest_240x240.py | |
| parent | 231f3b6fdd531b1f3fcec927bc297f4c89853aec (diff) | |
manager: Enable Software by default
Enabling software by default allows us disable several other applications
by default because there is now a GUI based route to enable them.
This does require a few tweaks to the test suite and allows allows us to
remove a lot of boilerplate text from the application library document
since it is no longer relavent.
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/boards/manifest_240x240.py')
| -rw-r--r-- | wasp/boards/manifest_240x240.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/wasp/boards/manifest_240x240.py b/wasp/boards/manifest_240x240.py index 6021df5..4d91566 100644 --- a/wasp/boards/manifest_240x240.py +++ b/wasp/boards/manifest_240x240.py @@ -4,19 +4,21 @@ manifest = ( 'apps/alarm.py', + 'apps/calc.py', 'apps/clock.py', + 'apps/chrono.py', + 'apps/fibonacci_clock.py', 'apps/flashlight.py', 'apps/gameoflife.py', 'apps/haiku.py', 'apps/heart.py', 'apps/musicplayer.py', - 'apps/calc.py', 'apps/launcher.py', 'apps/pager.py', 'apps/settings.py', + 'apps/software.py', 'apps/steps.py', 'apps/stopwatch.py', - 'apps/fibonacci_clock.py', 'apps/snake.py', 'apps/testapp.py', 'fonts/__init__.py', |
