From f38a9391c3eb2feee395e6b1f1cbd2527fba54dc Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Tue, 14 Jun 2022 22:19:48 -0400 Subject: [PATCH] Remove more unused apps ...to make room for SleepTk --- wasp/boards/manifest_240x240.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/wasp/boards/manifest_240x240.py b/wasp/boards/manifest_240x240.py index 2f75cb3..20fe75f 100644 --- a/wasp/boards/manifest_240x240.py +++ b/wasp/boards/manifest_240x240.py @@ -7,7 +7,6 @@ manifest = ( 'apps/calc.py', 'apps/clock.py', 'apps/chrono.py', - 'apps/disaBLE.py', 'apps/dual_clock.py', 'apps/faces.py', 'apps/fibonacci_clock.py', @@ -15,14 +14,12 @@ manifest = ( 'apps/heart.py', 'apps/musicplayer.py', 'apps/launcher.py', - 'apps/pager.py', 'apps/play2048.py', 'apps/settings.py', 'apps/software.py', 'apps/stopwatch.py', 'apps/snake.py', 'apps/timer.py', - 'apps/weather.py', 'apps/week_clock.py', 'apps/word_clock.py', 'fonts/__init__.py',