mirror of https://github.com/arendst/Tasmota.git
Adding necessary step
parent
4f5755226c
commit
fdd939496a
|
@ -59,6 +59,7 @@ Again connect 3,3V while pressing button:
|
||||||
`esptool.py --port /dev/ttyS0 write_flash -fm dout 0x0 /path/to/downloaded/sonoff.bin`
|
`esptool.py --port /dev/ttyS0 write_flash -fm dout 0x0 /path/to/downloaded/sonoff.bin`
|
||||||
|
|
||||||
7. Setup Wifi:
|
7. Setup Wifi:
|
||||||
|
Reboot your Pi after flashing and run a command
|
||||||
|
|
||||||
`miniterm.py /dev/ttyS0 115200 -e`
|
`miniterm.py /dev/ttyS0 115200 -e`
|
||||||
|
|
||||||
|
@ -68,10 +69,10 @@ Now just type in, your SSID, press enter and then type the password…
|
||||||
|
|
||||||
`ssid yourSSID`
|
`ssid yourSSID`
|
||||||
|
|
||||||
|
wait until sonoff stops outputting messages (~3 seconds) and type
|
||||||
|
|
||||||
`password yourPassword`
|
`password yourPassword`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# That’s it :)
|
# That’s it :)
|
||||||
|
|
||||||
Feel free to edit, if I forgot something or changes are necessary in the future!
|
Feel free to edit, if I forgot something or changes are necessary in the future!
|
||||||
|
|
Loading…
Reference in New Issue