We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d3a5d commit 306a8e1Copy full SHA for 306a8e1
common/params_keys.h
@@ -58,7 +58,7 @@ inline static std::unordered_map<std::string, ParamKeyAttributes> keys = {
58
{"IsDriverViewEnabled", {CLEAR_ON_MANAGER_START, BOOL}},
59
{"IsEngaged", {PERSISTENT, BOOL}},
60
{"IsLdwEnabled", {PERSISTENT, BOOL}},
61
- {"IsMetric", {PERSISTENT, BOOL, 1}},
+ {"IsMetric", {PERSISTENT, BOOL, "1"}},
62
{"IsOffroad", {CLEAR_ON_MANAGER_START, BOOL}},
63
{"IsOnroad", {PERSISTENT, BOOL}},
64
{"IsRhdDetected", {PERSISTENT, BOOL}},
@@ -129,6 +129,6 @@ inline static std::unordered_map<std::string, ParamKeyAttributes> keys = {
129
{"UptimeOffroad", {PERSISTENT, FLOAT, "0.0"}},
130
{"UptimeOnroad", {PERSISTENT, FLOAT, "0.0"}},
131
{"Version", {PERSISTENT, STRING}},
132
- {"ResumeLkasAfterBrake", {PERSISTENT, BOOL, 1}},
133
- {"SplitLkasAndAcc", {PERSISTENT, BOOL, 1}},
+ {"ResumeLkasAfterBrake", {PERSISTENT, BOOL, "1"}},
+ {"SplitLkasAndAcc", {PERSISTENT, BOOL, "1"}},
134
};
0 commit comments