wasp-os/manifest/pinetime.py
Daniel Thompson d3d98c8ffb 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.
2020-01-29 17:30:57 +00:00

11 lines
162 B
Python

freeze('$(MPY_DIR)/../wasp',
(
'boot.py',
'demo.py',
'drivers/st7789.py',
'logo.py',
'pinetime.py'
),
opt=3
)