* use standard ui command, looks no different before and after.

This commit is contained in:
Rick Lan
2018-08-30 20:26:09 +10:00
parent bc81560e3b
commit c5d2d2ea5f
2 changed files with 4 additions and 8 deletions
-4
View File
@@ -99,9 +99,5 @@ def create_ui_command(packer, steer, sound1, sound2):
"REPEATED_BEEPS": sound1,
"TWO_BEEPS": sound2,
"LDA_ALERT": steer,
"SET_ME_X0A": 0x0a,
"SET_ME_X29": 0x29,
"SET_ME_X08": 0x08,
"SET_ME_X03": 0x03,
}
return packer.make_can_msg("LKAS_HUD", 0, values)