Pause LaneCenter On Turn Signal

This commit is contained in:
firestar5683
2026-08-03 12:37:16 -05:00
parent 034992a3e8
commit 3aa1436ff4
12 changed files with 54 additions and 5 deletions
Binary file not shown.
+1
View File
@@ -375,6 +375,7 @@ inline static std::unordered_map<std::string, ParamKeyAttributes> keys = {
{"KonikDongleId", {PERSISTENT, STRING, "", "", 0}},
{"KonikMinutes", {PERSISTENT, INT, "0", "0", 0}},
{"LaneCentering", {PERSISTENT, BOOL, "0", "0", 2}},
{"LaneCenteringPauseOnSignal", {PERSISTENT, BOOL, "1", "1", 2}},
{"LaneCenteringE2EAuthority", {PERSISTENT, FLOAT, "1.0", "1.0", 3}},
{"LaneCenterOffset", {PERSISTENT, FLOAT, "0.0", "0.0", 3}},
{"LaneChanges", {PERSISTENT, BOOL, "1", "1", 0, SETTINGS_SIMPLE}},
Binary file not shown.