Skip to content

Commit

Permalink
Update values.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Tes1a8 authored Sep 18, 2023
1 parent a450eff commit 29eabfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions selfdrive/car/hyundai/values.py
Original file line number Diff line number Diff line change
Expand Up @@ -1951,6 +1951,7 @@ def match_fw_to_car_fuzzy(live_fw_versions) -> Set[str]:
(Ecu.fwdRadar, 0x7d0, None): [
b'\xf1\x00KA4_ SCC FHCUP 1.00 1.03 99110-R0000 ',
b'\xf1\x00KA4c SCC FHCUP 1.00 1.01 99110-I4000 ',
b'\xf1\x00KA4_ SCC FHCUP 1.00 1.00 99110-R0100 ',
],
},
CAR.KIA_SORENTO_HEV_4TH_GEN: {
Expand Down

1 comment on commit 29eabfc

@Tes1a8
Copy link
Owner Author

@Tes1a8 Tes1a8 commented on 29eabfc Sep 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add FW version for 2024 Kia Carnival

Please sign in to comment.