SLC Default Off

This commit is contained in:
firestar5683
2026-04-01 19:09:48 -05:00
parent b2c7e73637
commit 04bc9d275d
41 changed files with 3 additions and 3 deletions
Binary file not shown.
+1 -1
View File
@@ -454,7 +454,7 @@ inline static std::unordered_map<std::string, ParamKeyAttributes> keys = {
{"SoundToDownload", {CLEAR_ON_MANAGER_START, STRING, "", ""}},
{"SpeedLimitAccepted", {CLEAR_ON_MANAGER_START, BOOL, "0", "0"}},
{"SpeedLimitChangedAlert", {PERSISTENT, BOOL, "0", "0", 0}},
{"SpeedLimitController", {PERSISTENT, BOOL, "1", "0", 0}},
{"SpeedLimitController", {PERSISTENT, BOOL, "0", "0", 0}},
{"SpeedLimitFiller", {PERSISTENT, BOOL, "0", "0", 0}},
{"SpeedLimits", {PERSISTENT | DONT_LOG, JSON, "[]", "[]"}},
{"SpeedLimitsFiltered", {PERSISTENT | DONT_LOG, JSON, "[]", "[]"}},
Binary file not shown.