Files
music_library/presto/mise.toml
T
Claudio Ortolina 7839683eb0 [presto] add emulator
Not working, but added so that we track updates
2026-05-08 07:41:03 +01:00

16 lines
292 B
TOML

[tools]
"uv" = "0.11.8"
"pipx:mpremote" = "latest"
"pipx:pimoroni-emulator" = "latest"
[tasks.presto]
run = '''
mpremote fs cp records_on_the_day.py :main.py
mpremote reset
'''
dir = "{{cwd}}"
[tasks.emulator]
run = 'pimoroni-emulator --device presto records_on_the_day.py'
dir = "{{cwd}}"