feat(examples): Add multiple netif demo: eth+wifi+PPP

This commit is contained in:
David Cermak
2023-04-26 19:10:16 +02:00
parent 4f1769ec71
commit 00d7c40848
12 changed files with 824 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
idf_component_register(SRCS ethernet_netif.c multi_netif_main.c wifi_connect.c check_connection.c ppp_connect.c
INCLUDE_DIRS ".")