implementing a bare bones fuel calculator

This commit is contained in:
2026-05-31 10:44:16 +01:00
parent 2cb30baf6a
commit 32dc35d008
6 changed files with 553 additions and 359 deletions
+4
View File
@@ -24,3 +24,7 @@ func (rl *RPMLights) Process(td *TelemetryData) {
td.Values[RPMStateColour].Str = "WHITE"
}
}
func (rl *RPMLights) EnsureSubscribed() []FieldID {
return []FieldID{RPM}
}