Adding environment setup and instructions
This commit is contained in:
13
monitor.bat
Normal file
13
monitor.bat
Normal file
@@ -0,0 +1,13 @@
|
||||
@echo off
|
||||
REM =============================================
|
||||
REM ESP32 Serial Monitor using settings.json
|
||||
REM =============================================
|
||||
|
||||
IF NOT EXIST .venv\Scripts\python.exe (
|
||||
echo [ERROR] .venv not found. Run setup-env.bat first.
|
||||
pause
|
||||
exit /b 1
|
||||
)
|
||||
|
||||
call .venv\Scripts\activate.bat
|
||||
python flash_tool\monitor.py
|
||||
Reference in New Issue
Block a user