some fixes regarding iracing provider transforms and working the auto detection

This commit is contained in:
2026-09-10 15:12:12 +01:00
parent 0006b649f3
commit 7c03088470
4 changed files with 33 additions and 40 deletions
+1
View File
@@ -5,4 +5,5 @@ type TelemetryProvider interface {
StopStream()
Stream() (<-chan TelemetryData, error)
Subscribe(map[int16]FieldID)
Stalled() bool // Return true if no fresh data is coming
}