IQ.Pilot Release Commit @ d2ce8a8

This commit is contained in:
IQ.Lvbs CI [bot]
2026-08-28 08:35:52 -05:00
parent 9206164707
commit ee1dca77c7
210 changed files with 19726 additions and 455 deletions

View File

@@ -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;
}