Files
esp-idf/examples/protocols/l2tap/sdkconfig.defaults
T

7 lines
149 B
Plaintext
Raw Normal View History

2022-03-31 14:52:27 +02:00
# 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