CAN Lambda: LegacyProtocol = 7

This commit is contained in:
Andrey Gusakov 2024-09-23 23:19:36 +03:00 committed by rusefillc
parent 2205422cc7
commit 484feb07ac
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ void AemXSeriesWideband::decodeFrame(const CANRxFrame& frame, efitick_t nowNt) {
// We just have to check if it's AEM or rusEFI
if (id < rusefi_base) {
decodeAemXSeries(frame, nowNt);
faultCode = 6;//static_cast<uint8_t>(Fault::LegacyProtocol);
faultCode = 7;//static_cast<uint8_t>(Fault::LegacyProtocol);
} else {
// rusEFI custom format
if ((id & 0x1) != 0) {