From f63278f6ee8e2e25d3f454cfa9e13187032d84dc Mon Sep 17 00:00:00 2001 From: Carsten Schmiemann Date: Sat, 23 Apr 2022 15:24:49 +0200 Subject: [PATCH] Disable logging of raw can packets --- .../vehicle_renaultzoe_ph2/src/vehicle_renaultzoe_ph2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 98bf940..6ef70e6 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 @@ -138,7 +138,7 @@ void OvmsVehicleRenaultZoePh2::ZoeWakeUp() { */ void OvmsVehicleRenaultZoePh2::IncomingFrameCan1(CAN_frame_t* p_frame) { uint8_t *data = p_frame->data.u8; - ESP_LOGI(TAG, "PID:%x DATA: %02x %02x %02x %02x %02x %02x %02x %02x", p_frame->MsgID, data[0], data[1], data[2], data[3], data[4], data[5], data[6], data[7]); + //ESP_LOGI(TAG, "PID:%x DATA: %02x %02x %02x %02x %02x %02x %02x %02x", p_frame->MsgID, data[0], data[1], data[2], data[3], data[4], data[5], data[6], data[7]); //ESP_LOGD(TAG, "Status CAN Bus: %s", mt_bus_awake->AsBool() ? "true" : "false"); // Poll reply gives 0x83 0xc0 that means zoe is sleeping and CAN gateway does not respond to anything