Skip to content

Commit

Permalink
HKG: Add FW versions for Genesis GV70 Electrified 2022 (Australia Only)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyhaibin committed Dec 22, 2024
1 parent 68c0996 commit de9aaae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/CARS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--- AUTOGENERATED FROM selfdrive/car/CARS_template.md, DO NOT EDIT. --->

# Support Information for 344 Known Cars
# Support Information for 345 Known Cars

|Make|Model|Package|Support Level|
|---|---|---|:---:|
Expand Down Expand Up @@ -61,6 +61,7 @@
|Genesis|GV60 (Performance Trim) 2022-23|All|[Upstream](#upstream)|
|Genesis|GV70 (2.5T Trim, without HDA II) 2022-23|All|[Upstream](#upstream)|
|Genesis|GV70 (3.5T Trim, without HDA II) 2022-23|All|[Upstream](#upstream)|
|Genesis|GV70 Electrified (Australia Only) 2022|Smart Cruise Control (SCC)|[Upstream](#upstream)|
|Genesis|GV70 Electrified (with HDA II) 2023|Highway Driving Assist II|[Upstream](#upstream)|
|Genesis|GV80 2023|All|[Upstream](#upstream)|
|GMC|Sierra 1500 2020-21|Driver Alert Package II|[Upstream](#upstream)|
Expand Down
1 change: 1 addition & 0 deletions opendbc/car/hyundai/fingerprints.py
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,7 @@
CAR.GENESIS_GV70_ELECTRIFIED_1ST_GEN: {
(Ecu.fwdCamera, 0x7c4, None): [
b'\xf1\x00JK1EMFC AT USA LHD 1.00 1.00 99211-IT100 220919',
b'\xf1\x00JK1EMFC AT AUS RHD 1.00 1.01 99211-DS100 220125',
],
(Ecu.fwdRadar, 0x7d0, None): [
b'\xf1\x00JKev SCC ----- 1.00 1.01 99110-DS000 ',
Expand Down
1 change: 1 addition & 0 deletions opendbc/car/hyundai/values.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ class CAR(Platforms):
)
GENESIS_GV70_ELECTRIFIED_1ST_GEN = HyundaiCanFDPlatformConfig(
[
HyundaiCarDocs("Genesis GV70 Electrified (Australia Only) 2022", car_parts=CarParts.common([CarHarness.hyundai_q])),
HyundaiCarDocs("Genesis GV70 Electrified (with HDA II) 2023", "Highway Driving Assist II", car_parts=CarParts.common([CarHarness.hyundai_q])),
],
CarSpecs(mass=2260, wheelbase=2.87, steerRatio=17.1),
Expand Down

0 comments on commit de9aaae

Please sign in to comment.