fingerprints: fix formatting (#30814)

formatting
pull/30816/head^2
Shane Smiskol 1 year ago committed by GitHub
parent 1a165c6580
commit adb04b5dc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      selfdrive/car/chrysler/fingerprints.py
  2. 1
      selfdrive/car/gm/fingerprints.py
  3. 18
      selfdrive/car/honda/fingerprints.py
  4. 1
      selfdrive/car/hyundai/fingerprints.py
  5. 4
      selfdrive/car/mazda/fingerprints.py
  6. 1
      selfdrive/car/nissan/fingerprints.py
  7. 1
      selfdrive/car/volkswagen/fingerprints.py

@ -67,7 +67,6 @@ FINGERPRINTS = {
}],
}
FW_VERSIONS = {
CAR.JEEP_GRAND_CHEROKEE_2019: {
(Ecu.combinationMeter, 0x742, None): [

@ -1,7 +1,6 @@
# ruff: noqa: E501
from openpilot.selfdrive.car.gm.values import CAR
FINGERPRINTS = {
CAR.HOLDEN_ASTRA: [
# Astra BK MY17, ASCM unplugged

@ -1280,29 +1280,29 @@ FW_VERSIONS = {
b'78109-TV9-A510\x00\x00',
],
},
CAR.HONDA_E:{
(Ecu.eps, 0x18DA30F1, None):[
CAR.HONDA_E: {
(Ecu.eps, 0x18DA30F1, None): [
b'39990-TYF-N030\x00\x00'
],
(Ecu.gateway, 0x18DAEFF1, None):[
(Ecu.gateway, 0x18DAEFF1, None): [
b'38897-TYF-E140\x00\x00'
],
(Ecu.shiftByWire, 0x18DA0BF1, None):[
(Ecu.shiftByWire, 0x18DA0BF1, None): [
b'54008-TYF-E010\x00\x00'
],
(Ecu.srs, 0x18DA53F1, None):[
(Ecu.srs, 0x18DA53F1, None): [
b'77959-TYF-G430\x00\x00'
],
(Ecu.combinationMeter, 0x18DA60F1, None):[
(Ecu.combinationMeter, 0x18DA60F1, None): [
b'78108-TYF-G610\x00\x00'
],
(Ecu.fwdRadar, 0x18DAB0F1, None):[
(Ecu.fwdRadar, 0x18DAB0F1, None): [
b'36802-TYF-E030\x00\x00'
],
(Ecu.fwdCamera, 0x18DAB5F1, None):[
(Ecu.fwdCamera, 0x18DAB5F1, None): [
b'36161-TYF-E020\x00\x00'
],
(Ecu.vsa, 0x18DA28F1, None):[
(Ecu.vsa, 0x18DA28F1, None): [
b'57114-TYF-E030\x00\x00'
],
},

@ -79,7 +79,6 @@ FINGERPRINTS = {
}],
}
FW_VERSIONS = {
CAR.AZERA_6TH_GEN: {
(Ecu.fwdRadar, 0x7d0, None): [

@ -109,7 +109,7 @@ FW_VERSIONS = {
],
},
CAR.CX9 : {
CAR.CX9: {
(Ecu.eps, 0x730, None): [
b'K070-3210X-C-00\x00\x00\x00\x00\x00\x00\x00\x00\x00',
b'KJ01-3210X-G-00\x00\x00\x00\x00\x00\x00\x00\x00\x00',
@ -230,7 +230,7 @@ FW_VERSIONS = {
],
},
CAR.CX9_2021 : {
CAR.CX9_2021: {
(Ecu.eps, 0x730, None): [
b'TC3M-3210X-A-00\x00\x00\x00\x00\x00\x00\x00\x00\x00',
],

@ -39,7 +39,6 @@ FINGERPRINTS = {
]
}
FW_VERSIONS = {
CAR.ALTIMA: {
(Ecu.fwdCamera, 0x707, None): [

@ -3,7 +3,6 @@ from openpilot.selfdrive.car.volkswagen.values import CAR
Ecu = car.CarParams.Ecu
FW_VERSIONS = {
CAR.ARTEON_MK1: {
(Ecu.engine, 0x7e0, None): [

Loading…
Cancel
Save