Remov console logging because of error flooding (defective serial-usb?)
This commit is contained in:
parent
b4486dd06e
commit
5d5d8b7870
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue