pull/31195/head
Cameron Clough 1 year ago
parent 2220f44deb
commit b7e8edef30
  1. 4
      selfdrive/car/ford/tests/test_ford.py

@ -21,6 +21,7 @@ ECU_ADDRESSES = {
Ecu.shiftByWire: 0x732, # Gear Shift Module (GSM) Ecu.shiftByWire: 0x732, # Gear Shift Module (GSM)
} }
ECU_FW_CORE = { ECU_FW_CORE = {
Ecu.eps: [ Ecu.eps: [
b"14D003", b"14D003",
@ -35,6 +36,9 @@ ECU_FW_CORE = {
b"14F397", # Ford Q3 b"14F397", # Ford Q3
b"14H102", # Ford Q4 b"14H102", # Ford Q4
], ],
Ecu.engine: [
b"14C204",
],
} }

Loading…
Cancel
Save