mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-12 13:33:06 +01:00
add prebuild windows exe for esptool and extend flash description
This commit is contained in:
BIN
tools/esptool.exe
Normal file
BIN
tools/esptool.exe
Normal file
Binary file not shown.
10
tools/readme-esptool-win.txt
Normal file
10
tools/readme-esptool-win.txt
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user