mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-22 08:02:04 +08:00
Read ToyotaEnhancedBsm at the Params
This commit is contained in:
@@ -129,6 +129,7 @@ def initialize_params(params) -> list[dict[str, Any]]:
|
||||
keys.extend([
|
||||
"ToyotaEnforceStockLongitudinal",
|
||||
"ToyotaStopAndGoHack",
|
||||
"ToyotaEnhancedBsm",
|
||||
])
|
||||
|
||||
return [{k: params.get(k, return_default=True)} for k in keys]
|
||||
|
||||
Reference in New Issue
Block a user