adding flasher
This commit is contained in:
14
flash_tool/build_with_auto_py_to_exe.bat
Normal file
14
flash_tool/build_with_auto_py_to_exe.bat
Normal file
@@ -0,0 +1,14 @@
|
||||
@echo off
|
||||
echo Installing auto-py-to-exe...
|
||||
pip install auto-py-to-exe esptool pyserial
|
||||
|
||||
echo.
|
||||
echo Starting auto-py-to-exe GUI...
|
||||
echo.
|
||||
echo Configure the following settings:
|
||||
echo - Script Location: gui_flasher.py
|
||||
echo - Onefile: One File
|
||||
echo - Console Window: Console Based (or Window Based if you prefer no console)
|
||||
echo - Additional Files: Add requirements.txt
|
||||
echo.
|
||||
auto-py-to-exe
|
||||
Reference in New Issue
Block a user