USB debug log: how to disable?
Posted: Wed Mar 27, 2024 8:56 am
Hi, I'am usign ESP-IDF 5 on ESP32-S3.
Using its USB for read a pen-drive, when it is connected I got this extra output on uart console:
How can I disable it?
General Log level is set to Info (ESP_LOGI).
Thanks!!!
Using its USB for read a pen-drive, when it is connected I got this extra output on uart console:
Code: Select all
I (19714) USB: MSC device connected
*** Device descriptor ***
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0x0
bDeviceSubClass 0x0
...
General Log level is set to Info (ESP_LOGI).
Thanks!!!