Files
IQ.Pilot/opendbc_repo/opendbc/car/psa/fingerprints.py
2026-07-21 10:33:03 -05:00

14 lines
305 B
Python

""" AUTO-FORMATTED USING opendbc/car/debug/format_fingerprints.py, EDIT STRUCTURE THERE."""
from opendbc.car.structs import CarParams
from opendbc.car.psa.values import CAR
Ecu = CarParams.Ecu
FW_VERSIONS = {
CAR.PSA_PEUGEOT_208: {
(Ecu.fwdRadar, 0x6b6, None): [
b'212053276',
],
},
}