Remov console logging because of error flooding (defective serial-usb?)

This commit is contained in:
Carsten Schmiemann 2022-11-20 19:17:39 +01:00
parent b4486dd06e
commit 5d5d8b7870
1 changed files with 1 additions and 1 deletions

View File

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