You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No USB CDC Serial is currently not supported, as the initialization of the ESP-IDF component heavily differs from the Serial port initialization and I have no device on which I could test it.
So in theory you most likely just have to replace the initialization code in Console::begin with the initialization code from the example. Everything else should work fine as it should be decoupled by the IDF.
I tried running Console running on a LillyGo T-Display-S3 using the integrated USB CDC Serial. No luck. Does Console only support UARTs ?
The text was updated successfully, but these errors were encountered: