diff --git a/Flashing.md b/Flashing.md index 99d8fa13..369205b1 100644 --- a/Flashing.md +++ b/Flashing.md @@ -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.