From 1d576f57c1b5d5c5a2f59b1d0bd96822bbdd0d46 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <39969427+ascillato2@users.noreply.github.com> Date: Tue, 10 Jul 2018 06:17:28 -0300 Subject: [PATCH] Minor editing issue with Flashing on Raspberry Pi #3136 --- Flash-Sonoff-using-Raspberry-Pi.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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`