запущен проект motor identification c терминалкой

This commit is contained in:
2026-06-05 12:15:36 +03:00
commit 177431f3d2
1383 changed files with 840275 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
@echo off
cd /d "%~dp0"
python -B "%~dp0ad_gui.py"
if errorlevel 1 (
echo.
echo AD GUI failed.
echo If pyserial is missing, run:
echo python -m pip install -r "%~dp0requirements-ad-terminal.txt"
echo.
pause
)