Honda: handle ACC state consistent with ISO 15622:2018 (#789)

This commit is contained in:
Adeeb Shihadeh
2021-11-17 17:27:24 -08:00
committed by GitHub
parent b73fc69509
commit fec966d6fd
5 changed files with 94 additions and 19 deletions

View File

@@ -231,6 +231,10 @@ class Panda(object):
FLAG_HONDA_ALT_BRAKE = 1
FLAG_HONDA_BOSCH_LONG = 2
FLAG_HONDA_NIDEC_ALT = 4
FLAG_HYUNDAI_EV_GAS = 1
FLAG_HYUNDAI_HYBRID_GAS = 2
FLAG_HYUNDAI_LONG = 4
def __init__(self, serial=None, claim=True):