only:hellen-honda-k
This commit is contained in:
rusefillc 2023-04-03 12:41:17 -04:00
parent fc76703e1f
commit 7e7b2800e2
1 changed files with 5 additions and 0 deletions

View File

@ -72,6 +72,11 @@ void kLineThread(void*) {
if (bufferIn[0] == HONDA_K_40_PACKET) {
handleHonda(bufferIn);
}
} else if (bufferIn[0] == HONDA_K_40_PACKET && bufferIn[5] == crc_hondak_calc(bufferIn, 4)) {
if (engineConfiguration->verboseKLine) {
efiPrintf("hack for now, happy CRC 0x%02x", crc);
}
handleHonda(bufferIn);
}
}
}