Honda: Brazilian HR-V 2023 fingerprint (#31503)

* add braziliam honda HR-V fingerprint

* cleanup white spaces

* cleanup more white spaces

* remove radar

* add fwdRadar (camera)

* format

---------

Co-authored-by: Shane Smiskol <shane@smiskol.com>
pull/32233/head
Alexandre Nobuharu Sato 1 year ago committed by GitHub
parent 3d44edb348
commit db5eb58d91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      selfdrive/car/honda/fingerprints.py

@ -1013,26 +1013,33 @@ FW_VERSIONS = {
}, },
CAR.HONDA_HRV_3G: { CAR.HONDA_HRV_3G: {
(Ecu.eps, 0x18da30f1, None): [ (Ecu.eps, 0x18da30f1, None): [
b'39990-3M0-G110\x00\x00',
b'39990-3W0-A030\x00\x00', b'39990-3W0-A030\x00\x00',
], ],
(Ecu.gateway, 0x18daeff1, None): [ (Ecu.gateway, 0x18daeff1, None): [
b'38897-3M0-M110\x00\x00',
b'38897-3W1-A010\x00\x00', b'38897-3W1-A010\x00\x00',
], ],
(Ecu.srs, 0x18da53f1, None): [ (Ecu.srs, 0x18da53f1, None): [
b'77959-3M0-K840\x00\x00',
b'77959-3V0-A820\x00\x00', b'77959-3V0-A820\x00\x00',
], ],
(Ecu.fwdRadar, 0x18dab0f1, None): [ (Ecu.fwdRadar, 0x18dab0f1, None): [
b'8S102-3M6-P030\x00\x00',
b'8S102-3W0-A060\x00\x00', b'8S102-3W0-A060\x00\x00',
b'8S102-3W0-AB10\x00\x00', b'8S102-3W0-AB10\x00\x00',
], ],
(Ecu.vsa, 0x18da28f1, None): [ (Ecu.vsa, 0x18da28f1, None): [
b'57114-3M6-M010\x00\x00',
b'57114-3W0-A040\x00\x00', b'57114-3W0-A040\x00\x00',
], ],
(Ecu.transmission, 0x18da1ef1, None): [ (Ecu.transmission, 0x18da1ef1, None): [
b'28101-6EH-A010\x00\x00', b'28101-6EH-A010\x00\x00',
b'28101-6JC-M310\x00\x00',
], ],
(Ecu.programmedFuelInjection, 0x18da10f1, None): [ (Ecu.programmedFuelInjection, 0x18da10f1, None): [
b'37805-6CT-A710\x00\x00', b'37805-6CT-A710\x00\x00',
b'37805-6HZ-M630\x00\x00',
], ],
(Ecu.electricBrakeBooster, 0x18da2bf1, None): [ (Ecu.electricBrakeBooster, 0x18da2bf1, None): [
b'46114-3W0-A020\x00\x00', b'46114-3W0-A020\x00\x00',

Loading…
Cancel
Save