0917d5135d
This not only avoids the use of a deprecated feature but it also makes it easier to decouple the wasp/ directory structure from what actually gets copied to the target.
8 lines
130 B
Python
8 lines
130 B
Python
freeze_as_mpy('$(MPY_DIR)/../wasp', (
|
|
'main.py',
|
|
'demo.py',
|
|
'drivers/st7789.py',
|
|
'logo.py',
|
|
'pinetime.py'
|
|
))
|
|
|