removed that horrible offset when accessing telemetrydata values
This commit is contained in:
+1
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user