mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 02:22:09 +08:00
Honda Bosch long: fix ACC fault (#24851)
Fix Honda bosch long Co-authored-by: redacid95 <jonathanc.olivier@gmail.com> Co-authored-by: redacid95 <jonathanc.olivier@gmail.com> old-commit-hash: 25eafa96264aa2f8851b2f0d633de0c7cce3e743
This commit is contained in:
@@ -115,7 +115,7 @@ def create_ui_commands(packer, CP, enabled, pcm_speed, hud, is_metric, idx, stoc
|
||||
}
|
||||
|
||||
if CP.carFingerprint in HONDA_BOSCH:
|
||||
acc_hud_values['ACC_ON'] = hud.car != 0
|
||||
acc_hud_values['ACC_ON'] = int(enabled)
|
||||
acc_hud_values['FCM_OFF'] = 1
|
||||
acc_hud_values['FCM_OFF_2'] = 1
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user