add prebuild windows exe for esptool and extend flash description

This commit is contained in:
wellenvogel 2021-12-18 18:48:48 +01:00
parent 34540405d0
commit c794074488
2 changed files with 10 additions and 0 deletions

BIN
tools/esptool.exe Normal file

Binary file not shown.

View File

@ -0,0 +1,10 @@
Hwo to build the bundled esp tool for windows
=============================================
(1) install python 3 on windows, add to path
(2) pip install pyinstaller
(3) create an empty dir, cd there
(4) get esptool.py (either pip install esptool, search for it or download from
https://github.com/espressif/esptool - just esptool.py)
(5) run: pyinstaller -F esptool.py
esptool.exe in dist\esptool