and yet again some more fields

This commit is contained in:
2026-03-15 22:55:11 +00:00
parent e5bd5b8983
commit c512d79d98
5 changed files with 216 additions and 129 deletions
+6
View File
@@ -135,6 +135,9 @@ const (
ABSSetting
TCSetting
ThrottleSetting
// Lap Data
LapLastLapTime
LapNumber
// Tire Data
LFtempL
LFtempM
@@ -167,6 +170,9 @@ var FieldNames = [MaxFields]string{
ABSSetting: "ABS Control",
TCSetting: "TC Control",
ThrottleSetting: "Throttle Control",
// Lap Data
LapLastLapTime: "Last Lap Time",
LapNumber: "Lap Number",
// Tire Data
LFtempL: "LF Surface Temp Left",
LFtempM: "LF Surface Temp Mid",