mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 17:23:52 +08:00
Hyundai: support camera-based SCC cars (#965)
* Hyundai: Car Port for 2022 Kona Electric Camera SCC * add missing flag * set camera_scc in other safety modes * Add safety test * this will be a stock longitudinal port for now * common cruise check make this check common * Fix comment typo * Camera SCC HKG send CLU11 on bus 2 * Update CLU11 comment * fix button test when txing * just add bus 2 to existing addr checks * actually no, this will never be on bus 2 * CLU11 is always on bus 0 line * consistent param ordering * fix test fix test * this is fine * Mistook SCC for CLU, fix * try to make this a little more clear * add comment * fix that Co-authored-by: Shane Smiskol <shane@smiskol.com>
This commit is contained in:
@@ -195,6 +195,7 @@ class Panda:
|
||||
FLAG_HYUNDAI_EV_GAS = 1
|
||||
FLAG_HYUNDAI_HYBRID_GAS = 2
|
||||
FLAG_HYUNDAI_LONG = 4
|
||||
FLAG_HYUNDAI_CAMERA_SCC = 8
|
||||
|
||||
FLAG_TESLA_POWERTRAIN = 1
|
||||
FLAG_TESLA_LONG_CONTROL = 2
|
||||
|
||||
Reference in New Issue
Block a user