From eeab7b97c75cd23332d851ba314257afa5870f98 Mon Sep 17 00:00:00 2001 From: Niko Date: Wed, 3 Jun 2026 19:42:36 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6af41bc..fd69c08 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ while not wlan.isconnected(): utime.sleep(1) import mip mip.install("https://git.aeonianengineering.net/wide/identity-micropython/raw/branch/main/package.json") + +# Then install main.py to root +mip.install("https://git.aeonianengineering.net/wide/identity-micropython/raw/branch/main/main.py", target="/") + ``` ## Install via mpremote (from host)