[presto] add emulator
Not working, but added so that we track updates
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
[tools]
|
[tools]
|
||||||
"uv" = "0.11.8"
|
"uv" = "0.11.8"
|
||||||
"pipx:mpremote" = "latest"
|
"pipx:mpremote" = "latest"
|
||||||
|
"pipx:pimoroni-emulator" = "latest"
|
||||||
|
|
||||||
[tasks.presto]
|
[tasks.presto]
|
||||||
run = '''
|
run = '''
|
||||||
@@ -8,3 +9,7 @@ mpremote fs cp records_on_the_day.py :main.py
|
|||||||
mpremote reset
|
mpremote reset
|
||||||
'''
|
'''
|
||||||
dir = "{{cwd}}"
|
dir = "{{cwd}}"
|
||||||
|
|
||||||
|
[tasks.emulator]
|
||||||
|
run = 'pimoroni-emulator --device presto records_on_the_day.py'
|
||||||
|
dir = "{{cwd}}"
|
||||||
|
|||||||
Reference in New Issue
Block a user