IQ.Pilot Release Commit @ d2ce8a8
This commit is contained in:
@@ -307,7 +307,7 @@ void ignition_can_hook(CANPacket_t *msg) {
|
||||
vw_meb_gateway_out_of_p = (fahrstufe >= 6) && (fahrstufe <= 14);
|
||||
}
|
||||
|
||||
if ((msg->addr == 0xC0U) && (len == 32)) {
|
||||
if (((msg->addr == 0xC0U) && (len == 32)) || ((msg->addr == 0x20AU) && (len == 64))) {
|
||||
vw_meb_seen = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user