mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-19 01:33:52 +08:00
Chrysler: Ram 1500 support (#969)
* RamInit * Some fixes * ram param * cleanup steering * invert * couple fixups * tests pass * check that * misra fixes * same limits * revert that * remove those Co-authored-by: Jonathan <jraycec@gmail.com> Co-authored-by: Shane Smiskol <shane@smiskol.com>
This commit is contained in:
@@ -198,6 +198,8 @@ class Panda:
|
||||
FLAG_TESLA_POWERTRAIN = 1
|
||||
FLAG_TESLA_LONG_CONTROL = 2
|
||||
|
||||
FLAG_CHRYSLER_RAM_DT = 1
|
||||
|
||||
def __init__(self, serial: Optional[str] = None, claim: bool = True):
|
||||
self._serial = serial
|
||||
self._handle = None
|
||||
|
||||
Reference in New Issue
Block a user