mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-19 01:33:52 +08:00
Hyundai CAN-FD: Tucson Hybrid 2022 support (#999)
* Hyundai: Car Port for Tucson Hybrid 2022 * Remove test comments * Fix fwd_hook * Allow tx on 0x1a0 * Fix byte counts * Send LFA and HDA icons based on engageability * Add FLAG_HYUNDAI_CANFD_HDA2 flag * Update __init__.py * Allow tx with CRUISE_INACTIVE * Panda safety cleanup * Include bus 0 in rx checks * Missed one * Remove redundant check * Add comments * start cleanup * little more * more cleanup * tests * one more test case * rename Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
This commit is contained in:
@@ -197,6 +197,9 @@ class Panda:
|
||||
FLAG_HYUNDAI_LONG = 4
|
||||
FLAG_HYUNDAI_CAMERA_SCC = 8
|
||||
|
||||
FLAG_HYUNDAI_CANFD_HDA2 = 1
|
||||
FLAG_HYUNDAI_CANFD_ALT_BUTTONS = 2
|
||||
|
||||
FLAG_TESLA_POWERTRAIN = 1
|
||||
FLAG_TESLA_LONG_CONTROL = 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user