mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-23 18:22:13 +08:00
Toyota longitudinal: display PCS off when DSU is unplugged and no SDSU is found (#22626)
* display pcs off in car settings when DSU is unplugged * Update opendbc * fix checks * bump opendbc * use 0 * update refs * update refs Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> old-commit-hash: 0b6b9b595ddf646dd3afb9e64a1cae28737468e7
This commit is contained in:
@@ -60,7 +60,8 @@ def create_fcw_command(packer, fcw):
|
||||
"FCW": fcw,
|
||||
"SET_ME_X20": 0x20,
|
||||
"SET_ME_X10": 0x10,
|
||||
"SET_ME_X80": 0x80,
|
||||
"PCS_OFF": 1,
|
||||
"PCS_SENSITIVITY": 0,
|
||||
}
|
||||
return packer.make_can_msg("ACC_HUD", 0, values)
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
455c2e296f86a9091be35537a58899b07af02506
|
||||
9618632e65db0c0c9c160bbebcb1009385e905bd
|
||||
Reference in New Issue
Block a user