mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 02:04:25 +01:00
Fix wifi access point password (#496)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user