diff options
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', |
