diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-02-19 19:33:35 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-02-19 19:57:08 (GMT) |
| commit | df11539c29745f5592259b13320c834c3cb920fa (patch) | |
| tree | 7882cc2899b3ad868b40b46e4422bacc4dece53a /wasp/boards | |
| parent | f689c90498b58a5198bb56a2d3d5211db9670283 (diff) | |
wasp: Simple shell commands (based on upysh)
Diffstat (limited to 'wasp/boards')
| -rw-r--r-- | wasp/boards/pinetime/manifest.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wasp/boards/pinetime/manifest.py b/wasp/boards/pinetime/manifest.py index 46016c8..3c0e19a 100644 --- a/wasp/boards/pinetime/manifest.py +++ b/wasp/boards/pinetime/manifest.py @@ -11,8 +11,9 @@ freeze('../..', 'drivers/vibrator.py', 'fonts.py', 'icons.py', - 'manager.py', 'logo.py', + 'manager.py', + 'shell.py', 'widgets.py', ), opt=3 |
