removed that horrible offset when accessing telemetrydata values

This commit is contained in:
2026-03-10 15:31:46 +00:00
parent 19c2ac2d07
commit 0228e93bbf
4 changed files with 13 additions and 23 deletions
+1 -4
View File
@@ -91,10 +91,7 @@ type FieldID uint16
// We use FirstField to start the count on the fields the user can select
// the first three will be for internal use
const (
FirstTimeStamp FieldID = iota
PreviousTimeStamp
LastTimeStamp
Speed
Speed FieldID = iota
RPM
Gear
MaxFields