Update README.md

This commit is contained in:
2026-06-03 19:42:36 +00:00
parent 04f3c03d37
commit eeab7b97c7

View File

@@ -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)