remove backup from param

This commit is contained in:
nayan
2025-08-23 20:41:43 -04:00
parent 613e8d27b5
commit 38bb1407c9
+1 -1
View File
@@ -156,7 +156,7 @@ inline static std::unordered_map<std::string, ParamKeyAttributes> keys = {
{"QuickBootToggle", {PERSISTENT | BACKUP, BOOL, "0"}},
{"QuietMode", {PERSISTENT | BACKUP, BOOL, "0"}},
{"ShowAdvancedControls", {PERSISTENT | BACKUP, BOOL, "0"}},
{"sunnypilot_ui", {PERSISTENT | BACKUP, BOOL, "1"}},
{"sunnypilot_ui", {PERSISTENT, BOOL, "1"}},
// MADS params
{"Mads", {PERSISTENT | BACKUP, BOOL, "1"}},