From 7839683eb0bb791cdeaf0c75744ecefbfd195a42 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 8 May 2026 07:41:03 +0100 Subject: [PATCH] [presto] add emulator Not working, but added so that we track updates --- presto/mise.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/presto/mise.toml b/presto/mise.toml index 75c5ae11..39be36fc 100644 --- a/presto/mise.toml +++ b/presto/mise.toml @@ -1,6 +1,7 @@ [tools] "uv" = "0.11.8" "pipx:mpremote" = "latest" +"pipx:pimoroni-emulator" = "latest" [tasks.presto] run = ''' @@ -8,3 +9,7 @@ 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}}"