mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 17:23:52 +08:00
Hyundai longitudinal (#711)
* Hyundai longitudinal * return right addr checks * add flag to pythong * fix define * check for stock ecu * add rx check for buttons * Block FCA11 actuation * misra * review 1 * comment about scaling * clean up buttons * use define for flag * more extensive button checking * check for AEB in scc12 * unsigned * add knockout tests * more unsigned * cleaner
This commit is contained in:
@@ -150,6 +150,7 @@ class Panda(object):
|
||||
|
||||
FLAG_HONDA_ALT_BRAKE = 1
|
||||
FLAG_HONDA_BOSCH_LONG = 2
|
||||
FLAG_HYUNDAI_LONG = 4
|
||||
|
||||
def __init__(self, serial=None, claim=True):
|
||||
self._serial = serial
|
||||
|
||||
Reference in New Issue
Block a user