diff --git a/Flash-Sonoff-using-Raspberry-Pi.md b/Flash-Sonoff-using-Raspberry-Pi.md index 27fd55c9..05440af0 100644 --- a/Flash-Sonoff-using-Raspberry-Pi.md +++ b/Flash-Sonoff-using-Raspberry-Pi.md @@ -48,13 +48,13 @@ This is how it looks in real-life đŸ˜† 1. Erase flash memory: Connect 3,3V while button pressed to enter flash-mode: -`esptool.py —port /dev/ttyS0 erase_flash` +`esptool.py --port /dev/ttyS0 erase_flash` 2. Flash .bin, which you can download from the [release-section](https://github.com/arendst/Sonoff-Tasmota/releases): Again connect 3,3V while pressing button: -`esptool.py —port /dev/ttyS0 write_flash -fs 1MB -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: @@ -64,9 +64,9 @@ You will see some output, after pressing enter. Now just type in, your SSID, press enter and then type the password… -`ssid _yourSSID_` +`ssid yourSSID` -`password _yourPassword_` +`password yourPassword`