mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 00:03:45 +08:00
No disengage on gas by default (#27472)
old-commit-hash: d6abf1d5725e1de58d6f3dc23a238aa4bf65b642
This commit is contained in:
@@ -36,7 +36,7 @@ def manager_init() -> None:
|
||||
|
||||
default_params: List[Tuple[str, Union[str, bytes]]] = [
|
||||
("CompletedTrainingVersion", "0"),
|
||||
("DisengageOnAccelerator", "1"),
|
||||
("DisengageOnAccelerator", "0"),
|
||||
("GsmMetered", "1"),
|
||||
("HasAcceptedTerms", "0"),
|
||||
("LanguageSetting", "main_en"),
|
||||
|
||||
Reference in New Issue
Block a user