Auto Lane Change: Delay execution with BSM detection prerequisites

This commit is contained in:
Jason Wen
2023-06-14 07:28:45 -04:00
parent d5a7644209
commit 1fbaab0b34
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -208,6 +208,7 @@ std::unordered_map<std::string, uint32_t> keys = {
{"AmapKey1", PERSISTENT},
{"AmapKey2", PERSISTENT},
{"AutoLaneChangeTimer", PERSISTENT},
{"AutoLaneChangeBsmDelay", PERSISTENT},
{"BelowSpeedPause", PERSISTENT},
{"BrakeLights", PERSISTENT},
{"BrightnessControl", PERSISTENT},
+1
View File
@@ -47,6 +47,7 @@ def manager_init() -> None:
("AccMadsCombo", "1"),
("AutoLaneChangeTimer", "0"),
("AutoLaneChangeBsmDelay", "1"),
("BelowSpeedPause", "0"),
("BrakeLights", "0"),
("BrightnessControl", "0"),