Update README.md

add OTA instructions
This commit is contained in:
CarlosDerSeher
2025-02-15 12:24:00 +01:00
committed by GitHub
Unverified
parent 8935480892
commit fd9b56cc4f

View File

@@ -210,6 +210,18 @@ Test the server config on other knowen platform
Android : snapclient from the app play store
## OTA update
Update your client(s) over the air.
On a linux box:
```
cd snapclient
idf.py build
curl snapclient.local:8032 --data-binary @- < build/snapclient.bin
```
Replace `snapclient.local` with your clients IP address. If you have multiple clients you could use the Android or Web App to find out your clients IPs.
## Contribute
You are very welcome to help and provide [Pull