Ford: fix As-Built request identifier (#31609)

Should be 0xDE00 not 0xDE
This commit is contained in:
Cameron Clough
2024-02-27 18:59:27 +00:00
committed by GitHub
parent d457ed9d50
commit 0e41bf3474
+1 -1
View File
@@ -141,7 +141,7 @@ class CAR(Platforms):
CANFD_CAR = {CAR.F_150_MK14, CAR.F_150_LIGHTNING_MK1, CAR.MUSTANG_MACH_E_MK1}
DATA_IDENTIFIER_FORD_ASBUILT = 0xDE
DATA_IDENTIFIER_FORD_ASBUILT = 0xDE00
ASBUILT_BLOCKS: list[tuple[int, list]] = [
(1, [Ecu.debug, Ecu.fwdCamera, Ecu.eps]),