mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 17:23:52 +08:00
make ignition logic common for all cars (#303)
* make ignition logic common for all cars * ignition_can is not a safety thing. move it to can drivers * bump version * gm safety passive is deprecated * move tx 1 on logic into board specific headers.
This commit is contained in:
@@ -122,7 +122,6 @@ class Panda(object):
|
||||
SAFETY_CHRYSLER = 9
|
||||
SAFETY_TESLA = 10
|
||||
SAFETY_SUBARU = 11
|
||||
SAFETY_GM_PASSIVE = 12
|
||||
SAFETY_MAZDA = 13
|
||||
SAFETY_VOLKSWAGEN = 15
|
||||
SAFETY_TOYOTA_IPAS = 16
|
||||
|
||||
Reference in New Issue
Block a user