We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df54ea commit e094e19Copy full SHA for e094e19
tools/sdk/esp32s2/include/config/sdkconfig.h
@@ -366,7 +366,6 @@
366
#define CONFIG_USB_MIDI_TX_BUFSIZE 64
367
#define CONFIG_USB_VENDOR_ENABLED 1
368
#define CONFIG_USB_DFU_RT_ENABLED 1
369
-#define CONFIG_USB_NET_ENABLED 1
370
#define CONFIG_USB_DESC_USE_ESPRESSIF_VID 1
371
#define CONFIG_USB_DESC_USE_DEFAULT_PID 1
372
#define CONFIG_USB_DESC_BCDDEVICE 0x0100
tools/sdk/esp32s2/lib/libtinyusb.a
-5.48 KB
tools/sdk/esp32s2/sdkconfig
@@ -1002,7 +1002,7 @@ CONFIG_USB_MIDI_RX_BUFSIZE=64
1002
CONFIG_USB_MIDI_TX_BUFSIZE=64
1003
CONFIG_USB_VENDOR_ENABLED=y
1004
CONFIG_USB_DFU_RT_ENABLED=y
1005
-CONFIG_USB_NET_ENABLED=y
+# CONFIG_USB_NET_ENABLED is not set
1006
# CONFIG_USB_CUSTOM_CLASS_ENABLED is not set
1007
# CONFIG_USB_DEBUG is not set
1008
0 commit comments