diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-01-29 17:30:57 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-01-29 17:30:57 (GMT) |
| commit | d3d98c8ffb1feded5b77c34f67aa1f2b4ae19a2e (patch) | |
| tree | 369153700d5a304366180844c5a1eff13a20521e /manifest | |
| parent | 564200757cce485ba9cb7b12d25c5c98b3fe6e26 (diff) | |
wasp: Re-enable REPL by default
The demo is still there but it needs to be activated by hand
(or the manifest can be updated to include main.py by default.
Diffstat (limited to 'manifest')
| -rw-r--r-- | manifest/pinetime.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest/pinetime.py b/manifest/pinetime.py index 3bb1290..f622878 100644 --- a/manifest/pinetime.py +++ b/manifest/pinetime.py @@ -1,6 +1,6 @@ freeze('$(MPY_DIR)/../wasp', ( - 'main.py', + 'boot.py', 'demo.py', 'drivers/st7789.py', 'logo.py', |
