feat: enhance serial communication handling and logging in backend services

This commit is contained in:
2025-09-02 23:25:25 +02:00
parent 423eaefe85
commit db44b15717
6 changed files with 179 additions and 121 deletions

View File

@@ -15,7 +15,7 @@ call :install backend %BACKEND_PM%
call :install frontend %FRONTEND_PM%
REM Set backend environment variables (edit as needed)
set "SERIAL_PORT=COM4"
set "SERIAL_PORT=COM6"
set "SERIAL_BAUD=115200"
echo Using SERIAL_PORT=%SERIAL_PORT% SERIAL_BAUD=%SERIAL_BAUD%