mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-08 12:12:05 +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: 25eafa9626
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