Is there any way to suppress the debugging messages? I do not have `#define USBHOST_PRINT_DEBUG` anywhere in my sketch. Additionally, in the USBHost_t36.h file itself, this line is commented out. Despite this, my serial console is absolutely getting spammed with messages such as "KeyboardController: topusage= 10000 usage=70066, value=0"
I am at a loss as to what to do. I need a relatively clean serial port for debugging other aspects of my project and the KeyboardController spam makes it impossible to see anything else.
I am at a loss as to what to do. I need a relatively clean serial port for debugging other aspects of my project and the KeyboardController spam makes it impossible to see anything else.