chore : update env defaults and make targets

This commit is contained in:
2026-01-10 11:36:34 +01:00
parent d9eda4746a
commit 3292dfbede
6 changed files with 241 additions and 86 deletions

8
.env.example Normal file
View File

@@ -0,0 +1,8 @@
APP_MODE=mock
APP_HOST=0.0.0.0
APP_PORT=8000
SERIAL_PORT=/dev/ttyUSB0
SERIAL_BAUDRATE=9600
SERIAL_TIMEOUT_S=1.0
SERIAL_OPEN_DELAY_S=2.0
SERIAL_POST_WRITE_DELAY_S=0.5