This commit is contained in:
Jason Wen
2023-08-26 16:57:39 -04:00
parent 3437ab10d6
commit a92aaaab20
+1 -1
View File
@@ -116,7 +116,7 @@ class CarController:
if not hda2_alt_steering:
can_sends.append(hyundaicanfd.create_cam_0x2a4(self.packer, self.CAN, CS.cam_0x2a4))
elif hda2_alt_steering:
can_sends.extend(hyundaicanfd.create_cam_0x362(self.packer, self.CAN, CS.cam_0x362))
can_sends.append(hyundaicanfd.create_cam_0x362(self.packer, self.CAN, CS.cam_0x362))
# LFA and HDA icons
if self.frame % 5 == 0 and (not hda2 or hda2_long):