mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-23 23:02:04 +08:00
live init
This commit is contained in:
+1
-1
Submodule opendbc_repo updated: 83d7cf4fd1...38b0830e06
@@ -20,6 +20,11 @@ class ParamStore:
|
||||
universal_params: list[str] = []
|
||||
brand_params: list[str] = []
|
||||
|
||||
if CP.brand == "hyundai":
|
||||
brand_params.extend([
|
||||
"HyundaiLongitudinalTuning",
|
||||
])
|
||||
|
||||
self.keys = universal_params + brand_params
|
||||
self.values = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user