Remove unused devices

This commit is contained in:
Carsten Schmiemann 2022-04-12 23:37:59 +02:00
parent 66548a1e80
commit ac65f65172

View file

@ -225,14 +225,6 @@ void OvmsVehicleRenaultZoePh2::IncomingPollReply(canbus* bus, uint16_t type, uin
// ****** UCH *****
case 0x765:
IncomingUCH(type, pid, rxbuf.data(), rxbuf.size());
break;
// ****** PEB *****
case 0x77e:
IncomingPEB(type, pid, rxbuf.data(), rxbuf.size());
break;
// ****** Navigation-UCC-ITM *****
case 0x747:
IncomingUCC(type, pid, rxbuf.data(), rxbuf.size());
break;
}
}