feat: init

This commit is contained in:
2026-06-16 10:07:15 +08:00
Unverified
commit 009ea92e5f
28 changed files with 2051 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[serial]
port = "COM1"
slave_id = 8
baudrate = 115200
bytesize = 8
parity = "N"
stopbits = 1
timeout = 0.15
retries = 3
[polling]
interval_seconds = 0.05
max_timeouts = 3
[ui]
simulate = true
record_dir = "records"