mirror of https://github.com/arendst/Tasmota.git
typo
parent
cb932b057c
commit
9ead49f040
|
@ -45,7 +45,7 @@ From the Menu -> PlatformIO -> Run Other Target... (F7) and choose PIO Upload (w
|
|||
1. Hold the button for 10s while connecting the D1's USB port to the PC (or RaspberryPi). This will power the D1 and make the serial connection
|
||||
2. Verify the connection by running `./esptool.py --port /dev/ttyUSB0 read_mac`
|
||||
3. Download [sonoff.bin](https://github.com/arendst/Sonoff-Tasmota/releases)
|
||||
3. Erase + Write the new flash by running: ``./esptool.py --port /dev/ttyUSB0 write_flash --erase-all -fm dout 0x0 /path/to/downloaded/sonoff.bin`
|
||||
3. Erase + Write the new flash by running: `./esptool.py --port /dev/ttyUSB0 write_flash --erase-all -fm dout 0x0 /path/to/downloaded/sonoff.bin`
|
||||
|
||||
# Configure Tasmota for Wemos
|
||||
## Generic Module
|
||||
|
|
Loading…
Reference in New Issue