Update README.md
This commit is contained in:
@@ -32,6 +32,13 @@ Node UID is SHA-256 hashed before sending — raw UID never reaches the server.
|
||||
## Install via mip (on-board, requires WiFi)
|
||||
|
||||
```python
|
||||
#Pico W / Pico 2 W
|
||||
import network, utime
|
||||
wlan = network.WLAN(network.STA_IF)
|
||||
wlan.active(True)
|
||||
wlan.connect('YOUR_SSD', 'YOUR_WIFI_PASSWORD')
|
||||
while not wlan.isconnected(): utime.sleep(1)
|
||||
|
||||
import mip
|
||||
mip.install("https://git.aeonianengineering.net/wide/identity-micropython/raw/branch/main/package.json")
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user