mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-09-27 18:03:42 +08:00
Merge pull request #148 from Stupefacient/patch-1
21 Accord FP and signal fix
This commit is contained in:
@@ -137,7 +137,6 @@ def create_ui_commands(packer, CP, pcm_speed, hud, is_metric, idx, stock_hud):
|
||||
|
||||
lkas_hud_values = {
|
||||
'SET_ME_X41': 0x41,
|
||||
'SET_ME_X48': 0x48,
|
||||
'STEERING_REQUIRED': hud.steer_required,
|
||||
'SOLID_LANES': hud.lanes,
|
||||
'BEEP': 0,
|
||||
|
||||
@@ -106,6 +106,7 @@ FW_VERSIONS = {
|
||||
b'37805-6A0-A850\x00\x00',
|
||||
b'37805-6A0-AF30\x00\x00',
|
||||
b'37805-6A0-AG30\x00\x00',
|
||||
b'37805-6A0-A930\x00\x00',
|
||||
b'37805-6B2-C520\x00\x00',
|
||||
b'37805-6A0-C540\x00\x00',
|
||||
b'37805-6A1-H650\x00\x00',
|
||||
@@ -193,6 +194,7 @@ FW_VERSIONS = {
|
||||
b'78109-TVA-A010\x00\x00',
|
||||
b'78109-TVA-A020\x00\x00',
|
||||
b'78109-TVA-A030\x00\x00',
|
||||
b'78109-TVA-A130\x00\x00',
|
||||
b'78109-TVA-A110\x00\x00',
|
||||
b'78109-TVA-A120\x00\x00',
|
||||
b'78109-TVA-A210\x00\x00',
|
||||
|
||||
Reference in New Issue
Block a user