Fix wifi access point password (#496)

This commit is contained in:
PetePycom
2022-06-24 11:32:45 +01:00
committed by GitHub
parent 3179963b01
commit a095a2a384

View File

@@ -52,10 +52,10 @@ If you want to do this, do the following:
2) Connect to your PyGo's serial terminal, and run `upgrade()`
3) On your computer, connect to the PyGo's access point:
* SSID: PyCom_AP_Firmware_Update
* Password: pycom
* Password: www.pycom.io
4) Open up a command prompt or terminal, navigate to the directory your downloaded firmware is in, and run the following, replacing YOUR_FIRMWARE_HERE with firmware you have downloaded:
```
curl -v --request GET http://192.168.4.1/status -H "FW-Header-1: ota-init"
curl -v --request GET http://192.168.4.1/status -H "FW-Header-1: ota-init"
curl -v --request GET http://192.168.4.1/status -H "FW-Header-1: ota-update"
curl --request POST --data-binary @YOUR_FIRMWARE_HERE.bin http://192.168.4.1/update
curl -v --request GET http://192.168.4.1/status -H "FW-Header-1: ota-finish"