mirror of https://github.com/arendst/Tasmota.git
Updated Flashing (markdown)
parent
278003f1d1
commit
7fac882a64
|
@ -38,7 +38,7 @@ sudo apt install esptool
|
|||
```
|
||||
|
||||
### Upload Tasmota
|
||||
Make sure you followed the steps to put your device in flash mode. Download the latest Tasmota binary (sonoff.bin) in the same folder as Esptool.py.
|
||||
Make sure you followed the steps to put your device in flash mode. Download the latest Tasmota binary ([sonoff.bin](https://github.com/arendst/Sonoff-Tasmota/releases)) in the same folder as Esptool.py.
|
||||
|
||||
Esptool uses the serial interface to communicate with your device. On Windows these interfaces are named COM1, COM2, etc. and on Linux they are named /dev/ttyUSB0, /dev/ttyUSB1, etc. Before using Esptool make sure you know which serial interface your device is connected to.
|
||||
|
||||
|
|
Loading…
Reference in New Issue