Adding environment setup and instructions

This commit is contained in:
Brent Perteet
2025-07-22 14:04:27 -05:00
parent 311981ceb4
commit dc2885e02e
23 changed files with 3741 additions and 114 deletions

13
monitor.bat Normal file
View 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