Open
Description
Related area
Usb ethernet esp32 s3
Hardware specification
ESP32 S3 Devkitc
Is your feature request related to a problem?
im trying to enable a feature to use usb ethernet on esp32 s3 and CONFIG_USB_HOST_ENABLE_ENUM_FILTER_CALLBACK is a requirement to be enabled, maybe it can be enabled in the next release? thank you
Describe the solution you'd like
edit sdkconfig
CONFIG_USB_HOST_ENABLE_ENUM_FILTER_CALLBACK=y
Describe alternatives you've considered
using esp-idf
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
- I confirm I have checked existing list of Feature requests and Contribution Guide.