Hide current speed in onroad UI upon screen tap

Added ability to hide the current speed by taping on it via onroad UI.
This commit is contained in:
FrogAi
2024-01-12 22:39:30 -07:00
parent 57ebaa1656
commit a684059f2e
3 changed files with 21 additions and 5 deletions

View File

@@ -254,6 +254,7 @@ std::unordered_map<std::string, uint32_t> keys = {
{"GasRegenCmd", PERSISTENT},
{"GoatScream", PERSISTENT},
{"GreenLightAlert", PERSISTENT},
{"HideSpeed", PERSISTENT},
{"LaneLinesWidth", PERSISTENT},
{"LateralTune", PERSISTENT},
{"LeadInfo", PERSISTENT},