diff --git a/tools/esptool.exe b/tools/esptool.exe new file mode 100644 index 0000000..79cb01f Binary files /dev/null and b/tools/esptool.exe differ diff --git a/tools/readme-esptool-win.txt b/tools/readme-esptool-win.txt new file mode 100644 index 0000000..f321d24 --- /dev/null +++ b/tools/readme-esptool-win.txt @@ -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 +