Open
Description
As I am doing the t-energy port, I discovered that as the battery discharges the serial chip spams KeyboardInterrupt's to the serial console.
It wouldn't be an issue if I could just configure the usb_cdc
console to disable serial.
But that is impossible on esp32 since there is no usb_cdc
.
This board hates me.
This could alternatively be solved by #7857, as non-interrupting data can be ignored.