0.1.1-test

reduce test speed on com-ports to 4800 and 115200
reduce timeouts to 220ms on com and 300 on net
added actual comments to drivers
This commit is contained in:
2025-08-20 09:47:32 +03:00
parent af852b9ed6
commit 3d778c8388
2 changed files with 4 additions and 7 deletions

View File

@@ -15,8 +15,8 @@ import (
const (
configFileName = "connect.json"
outputDir = "date"
comSearchTimeout = 500 * time.Millisecond
tcpSearchTimeout = 2 * time.Second
comSearchTimeout = 220 * time.Millisecond
tcpSearchTimeout = 300 * time.Millisecond
)
// ConfigFile соответствует структуре файла connect.json