mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-19 22:53:57 +08:00
version: dragonpilot development version for EON/C2
date: 2024-02-26T20:43:48 commit: 61592bc9e895361b44b62dd805c59bf41d486183
This commit is contained in:
committed by
Vehicle Researcher
parent
578d38b5f9
commit
be05ffa5bf
@@ -144,7 +144,8 @@ class ALTERNATIVE_EXPERIENCE:
|
||||
DISABLE_DISENGAGE_ON_GAS = 1
|
||||
DISABLE_STOCK_AEB = 2
|
||||
RAISE_LONGITUDINAL_LIMITS_TO_ISO_MAX = 8
|
||||
ALKA = 16
|
||||
ALLOW_AEB = 16
|
||||
ALKA = 32
|
||||
|
||||
class Panda:
|
||||
|
||||
@@ -230,11 +231,13 @@ class Panda:
|
||||
FLAG_TOYOTA_ALT_BRAKE = (1 << 8)
|
||||
FLAG_TOYOTA_STOCK_LONGITUDINAL = (2 << 8)
|
||||
FLAG_TOYOTA_LTA = (4 << 8)
|
||||
FLAG_TOYOTA_GAS_INTERCEPTOR = (8 << 8)
|
||||
|
||||
FLAG_HONDA_ALT_BRAKE = 1
|
||||
FLAG_HONDA_BOSCH_LONG = 2
|
||||
FLAG_HONDA_NIDEC_ALT = 4
|
||||
FLAG_HONDA_RADARLESS = 8
|
||||
FLAG_HONDA_GAS_INTERCEPTOR = 16
|
||||
|
||||
FLAG_HYUNDAI_EV_GAS = 1
|
||||
FLAG_HYUNDAI_HYBRID_GAS = 2
|
||||
|
||||
Reference in New Issue
Block a user