added current monitoring to pcb, many code fixes for the protocol / feed control logic, completely reworked diagnostic tool
This commit is contained in:
BIN
code/tools/__pycache__/feeder_monitor.cpython-313.pyc
Normal file
BIN
code/tools/__pycache__/feeder_monitor.cpython-313.pyc
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -1 +1,2 @@
|
||||
pyserial>=3.5
|
||||
textual>=1.0.0
|
||||
|
||||
@@ -22,6 +22,18 @@ if errorlevel 1 (
|
||||
)
|
||||
)
|
||||
|
||||
:: Check if textual is installed
|
||||
python -c "import textual" >nul 2>&1
|
||||
if errorlevel 1 (
|
||||
echo Installing textual...
|
||||
pip install textual
|
||||
if errorlevel 1 (
|
||||
echo Error: Failed to install textual
|
||||
pause
|
||||
exit /b 1
|
||||
)
|
||||
)
|
||||
|
||||
:: Run the monitor
|
||||
cd /d "%~dp0"
|
||||
python feeder_monitor.py %*
|
||||
|
||||
Reference in New Issue
Block a user