From a7a20608b209e5eacfaf7d9617647e49c66084fe Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Tue, 14 Jun 2022 22:30:36 -0400 Subject: [PATCH] Revert "Remove more unused apps" This reverts commit f38a9391c3eb2feee395e6b1f1cbd2527fba54dc. --- wasp/boards/manifest_240x240.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wasp/boards/manifest_240x240.py b/wasp/boards/manifest_240x240.py index ed50a0a..1336172 100644 --- a/wasp/boards/manifest_240x240.py +++ b/wasp/boards/manifest_240x240.py @@ -7,6 +7,7 @@ manifest = ( 'apps/calc.py', 'apps/clock.py', 'apps/chrono.py', + 'apps/disaBLE.py', 'apps/dual_clock.py', 'apps/faces.py', 'apps/fibonacci_clock.py', @@ -14,12 +15,14 @@ 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', 'apps/SleepTk.py',