From f4729ba9fc7e204fe72be44a2aaa95b5776e5280 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Wed, 6 May 2026 08:55:28 +0100 Subject: [PATCH] [presto] update README.md --- presto/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/presto/README.md b/presto/README.md index 0c62e3bf..29958528 100644 --- a/presto/README.md +++ b/presto/README.md @@ -56,12 +56,14 @@ mpremote fs cp secrets.py :secrets.py mpremote reset ``` -You can also deploy with the project task: +After `secrets.py` has been copied to the device once, you can redeploy the app with the project task: ```bash mise run presto ``` +This copies `records_on_the_day.py` to `:main.py` and resets the device; it does not copy `secrets.py`. + **Using Thonny:** 1. Open Thonny and select "MicroPython (Raspberry Pi Pico)" as the interpreter