faster sensors

This commit is contained in:
legop3
2025-12-21 03:55:55 -05:00
parent 0fb6ea49b3
commit cd9e82938b
4 changed files with 380 additions and 15 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import (
const (
sensorHeader = 19
sensorReadTimeout = 150 * time.Millisecond
sensorThrottleMinimum = 250 * time.Millisecond
sensorThrottleMinimum = 50 * time.Millisecond
)
type SensorStreamer struct {