mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
|
# L2 TAP currently supports Ethernet only
|
||
|
CONFIG_EXAMPLE_CONNECT_ETHERNET=y
|
||
|
CONFIG_EXAMPLE_CONNECT_WIFI=n
|
||
|
|
||
|
# Enable L2 TAP
|
||
|
CONFIG_ESP_NETIF_L2_TAP=y
|