mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
5 lines
185 B
Plaintext
5 lines
185 B
Plaintext
# ESP32S2 has USB-OTG, let's prefer virtual Ethernet (USB-NCM device)
|
|
CONFIG_EXAMPLE_WIRED_INTERFACE_IS_USB=y
|
|
CONFIG_EXAMPLE_WIRED_INTERFACE_IS_ETHERNET=n
|
|
CONFIG_TINYUSB_NET_MODE_NCM=y
|