mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-22 08:43:58 +08:00
Added Rogue 2019/Leaf 2019 fingerprints (#1605)
* Added Rogue 2019/Leaf 2019 fingerprints * Added Rogue as new car. Updated readme * Added route to test_car_models.py. Fixed if statements to check against rogue/x-trail * Fixed paste error * Merged Leaf fingerprints * Assume Rogue is MPH until we work out the mph/kph bit
This commit is contained in:
@@ -367,6 +367,10 @@ routes = {
|
||||
'carFingerprint': MAZDA.CX5,
|
||||
'enableCamera': True,
|
||||
},
|
||||
"059ab9162e23198e|2020-05-30--09-41-01": {
|
||||
'carFingerprint': NISSAN.ROGUE,
|
||||
'enableCamera': True,
|
||||
},
|
||||
}
|
||||
|
||||
passive_routes: List[str] = [
|
||||
|
||||
Reference in New Issue
Block a user