1
0
Fork 0
jebbatime/wasp/boards/pinetime/manifest.py

21 lines
401 B
Python
Raw Normal View History

2020-01-30 15:11:31 -07:00
freeze('../..',
(
'boot.py',
'clock.py',
'demo.py',
2020-01-30 14:46:35 -07:00
'drivers/battery.py',
'drivers/nrf_rtc.py',
2020-01-30 14:46:35 -07:00
'drivers/signal.py',
'drivers/st7789.py',
'drivers/vibrator.py',
'fonts.py',
'icons.py',
'main.py',
'manager.py',
'logo.py',
'widgets.py',
),
opt=3
)
2020-01-30 15:11:31 -07:00
freeze('.', 'watch.py', opt=3)