mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 17:23:52 +08:00
Subaru: support Outback and Global Gen 2 (#991)
* Subaru: support Outback and Global Gen 2 * send 0x321 * check bus * fwd that * gen2 limits * lower max steer * update safety replay route
This commit is contained in:
@@ -200,6 +200,8 @@ class Panda:
|
||||
|
||||
FLAG_CHRYSLER_RAM_DT = 1
|
||||
|
||||
FLAG_SUBARU_GEN2 = 1
|
||||
|
||||
def __init__(self, serial: Optional[str] = None, claim: bool = True):
|
||||
self._serial = serial
|
||||
self._handle = None
|
||||
|
||||
Reference in New Issue
Block a user