Skip to content

Commit a095a2a

Browse files
authored
Fix wifi access point password (#496)
1 parent 3179963 commit a095a2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/pylife/fwupdate/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ If you want to do this, do the following:
5252
2) Connect to your PyGo's serial terminal, and run `upgrade()`
5353
3) On your computer, connect to the PyGo's access point:
5454
* SSID: PyCom_AP_Firmware_Update
55-
* Password: pycom
55+
* Password: www.pycom.io
5656
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:
5757
```
58-
curl -v --request GET http://192.168.4.1/status -H "FW-Header-1: ota-init"
58+
curl -v --request GET http://192.168.4.1/status -H "FW-Header-1: ota-init"
5959
curl -v --request GET http://192.168.4.1/status -H "FW-Header-1: ota-update"
6060
curl --request POST --data-binary @YOUR_FIRMWARE_HERE.bin http://192.168.4.1/update
6161
curl -v --request GET http://192.168.4.1/status -H "FW-Header-1: ota-finish"

0 commit comments

Comments
 (0)