should really fix this

pull/31221/head
Shane Smiskol 2 years ago
parent 2835999fb8
commit 6aa465fc27
  1. 7
      selfdrive/car/gm/fingerprints.py

@ -1,6 +1,9 @@
# ruff: noqa: E501 # ruff: noqa: E501
from cereal import car
from openpilot.selfdrive.car.gm.values import CAR from openpilot.selfdrive.car.gm.values import CAR
Ecu = car.CarParams.Ecu
# Trailblazer also matches as a SILVERADO, TODO: split with fw verisions # Trailblazer also matches as a SILVERADO, TODO: split with fw verisions
@ -56,5 +59,7 @@ FINGERPRINTS = {
} }
FW_VERSIONS = { FW_VERSIONS = {
CAR.BOLT_EUV: {} CAR.BOLT_EUV: {
(Ecu.fwdCamera, 0x24b, None): [],
}
} }

Loading…
Cancel
Save