ui: Speedometer: Always display true speed (#1335)

* ui: Speedometer: Display True Speed

* update

* use stock one
This commit is contained in:
Jason Wen
2025-10-08 20:33:19 -04:00
committed by GitHub
parent 41abede7f6
commit ae21d40a19
7 changed files with 27 additions and 1 deletions

View File

@@ -168,6 +168,7 @@ inline static std::unordered_map<std::string, ParamKeyAttributes> keys = {
{"RainbowMode", {PERSISTENT | BACKUP, BOOL, "0"}},
{"ShowAdvancedControls", {PERSISTENT | BACKUP, BOOL, "0"}},
{"StandstillTimer", {PERSISTENT | BACKUP, BOOL, "0"}},
{"TrueVEgoUI", {PERSISTENT | BACKUP, BOOL, "0"}},
// MADS params
{"Mads", {PERSISTENT | BACKUP, BOOL, "1"}},