ui: add debug toggle (#36529)

* ui: add debug toggle

* initial state
This commit is contained in:
Adeeb Shihadeh
2025-10-30 15:52:56 -07:00
committed by GitHub
parent 76c5cb6d87
commit c4a0e57046
3 changed files with 28 additions and 6 deletions

View File

@@ -108,6 +108,7 @@ inline static std::unordered_map<std::string, ParamKeyAttributes> keys = {
{"RecordFront", {PERSISTENT, BOOL}},
{"RecordFrontLock", {PERSISTENT, BOOL}}, // for the internal fleet
{"SecOCKey", {PERSISTENT | DONT_LOG, STRING}},
{"ShowDebugInfo", {PERSISTENT, BOOL}},
{"RouteCount", {PERSISTENT, INT, "0"}},
{"SnoozeUpdate", {CLEAR_ON_MANAGER_START | CLEAR_ON_OFFROAD_TRANSITION, BOOL}},
{"SshEnabled", {PERSISTENT, BOOL}},