make sensors even slower

This commit is contained in:
legop3
2025-11-24 18:32:06 -05:00
parent c2968a7a33
commit c7380e30fd
3 changed files with 1 additions and 1 deletions
Vendored
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -14,7 +14,7 @@ import (
const ( const (
sensorHeader = 19 sensorHeader = 19
sensorReadTimeout = 150 * time.Millisecond sensorReadTimeout = 150 * time.Millisecond
sensorThrottleMinimum = 80 * time.Millisecond sensorThrottleMinimum = 250 * time.Millisecond
) )
type SensorStreamer struct { type SensorStreamer struct {