mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-09-15 04:23:43 +08:00
Auto Lane Change: Delay execution with BSM detection prerequisites
This commit is contained in:
@@ -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},
|
||||
|
||||
@@ -47,6 +47,7 @@ def manager_init() -> None:
|
||||
|
||||
("AccMadsCombo", "1"),
|
||||
("AutoLaneChangeTimer", "0"),
|
||||
("AutoLaneChangeBsmDelay", "1"),
|
||||
("BelowSpeedPause", "0"),
|
||||
("BrakeLights", "0"),
|
||||
("BrightnessControl", "0"),
|
||||
|
||||
Reference in New Issue
Block a user