File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ class DataIdentifier:
2929 ActiveDiagnosticSession = 0xF186
3030 VehicleManufacturerSparePartNumber = 0xF187
3131 VehicleManufacturerECUSoftwareNumber = 0xF188
32- VehicleManufacturerECUSoftwareNumber = 0xF188
3332 VehicleManufacturerECUSoftwareVersionNumber = 0xF189
3433 SystemSupplierIdentifier = 0xF18A
3534 ECUManufacturingDate = 0xF18B
@@ -89,8 +88,6 @@ def name_from_id(cls, did: int) -> Optional[str]:
8988 return 'VehicleManufacturerSparePartNumberDataIdentifier'
9089 if did == 0xF188 :
9190 return 'VehicleManufacturerECUSoftwareNumberDataIdentifier'
92- if did == 0xF188 :
93- return 'VehicleManufacturerECUSoftwareNumberDataIdentifier'
9491 if did == 0xF189 :
9592 return 'VehicleManufacturerECUSoftwareVersionNumberDataIdentifier'
9693 if did == 0xF18A :
You can’t perform that action at this time.
0 commit comments