From 2803bebafab731c22d72b3e7955be9f333069998 Mon Sep 17 00:00:00 2001 From: simonox Date: Fri, 17 Feb 2023 16:33:33 +0100 Subject: [PATCH] documentation on how to get esptool --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d9919a9..6d4fcc5 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,14 @@ These boards are already *V3* boards, so be careful selecting the right board an ![Arduino IDE](docs/images/flash-with-arduino.png "select the right board and port") +### Install esptool + +Esptool is a Pyhton program to flash ESP32. As it's a Pyhton tool you can install it using `pip`: + +```sh +pip install esptool +``` + ### Find the port Usually you can find the used port using `esptool.py`, but that's not working for me, atm (continue here)....