From 539c621cc26c45042918e716b0ba5bffecd2ac30 Mon Sep 17 00:00:00 2001 From: Theo Arends Date: Sun, 20 Aug 2017 15:37:30 +0200 Subject: [PATCH] Updated Esptool (markdown) --- Esptool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Esptool.md b/Esptool.md index f9889a6e..ea712436 100644 --- a/Esptool.md +++ b/Esptool.md @@ -14,7 +14,7 @@ Download the latest Tasmota release firmware file *sonoff.bin* from https://gith ## Upload Tasmota Esptool uses the serial interface to communicate with your device. On Windows these interfaces are named COM1, COM2 etc. On Linux these interfaces are called dev/ttyUSB0, dev/ttyUSB1 etc. -Before using Esptool make sure you know which serial interface name to use. +Before using Esptool make sure you know to which serial interface name your device is connected to. In the following commands I use COM5 as an example.