From ac65f65172b10c6a4854c5773c41b6a4e29718b8 Mon Sep 17 00:00:00 2001 From: Carsten Schmiemann Date: Tue, 12 Apr 2022 23:37:59 +0200 Subject: [PATCH] Remove unused devices --- .../vehicle_renaultzoe_ph2/src/vehicle_renaultzoe_ph2.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/OVMS.V3/components/vehicle_renaultzoe_ph2/src/vehicle_renaultzoe_ph2.cpp b/OVMS.V3/components/vehicle_renaultzoe_ph2/src/vehicle_renaultzoe_ph2.cpp index 1da9d62..fa8f574 100644 --- a/OVMS.V3/components/vehicle_renaultzoe_ph2/src/vehicle_renaultzoe_ph2.cpp +++ b/OVMS.V3/components/vehicle_renaultzoe_ph2/src/vehicle_renaultzoe_ph2.cpp @@ -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; } }