From 5d5d8b7870921b4704acd792b15e70f1123a8de8 Mon Sep 17 00:00:00 2001 From: Carsten Schmiemann Date: Sun, 20 Nov 2022 19:17:39 +0100 Subject: [PATCH] Remov console logging because of error flooding (defective serial-usb?) --- OVMS.V3/main/console_async.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OVMS.V3/main/console_async.cpp b/OVMS.V3/main/console_async.cpp index 721309c..d71dece 100644 --- a/OVMS.V3/main/console_async.cpp +++ b/OVMS.V3/main/console_async.cpp @@ -191,7 +191,7 @@ void ConsoleAsync::HandleDeviceEvent(void* pEvent) uart_flush(EX_UART_NUM); break; default: - ESP_LOGE(TAG, "uart event type: %d", event.type); + break; } }