forked from espressif/esp-idf
examples: common component initialization code to use new esp_netif
instead of tcpip_adapter
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
idf_component_register(SRCS "connect.c" "stdin_out.c"
|
||||
INCLUDE_DIRS "include")
|
||||
INCLUDE_DIRS "include"
|
||||
PRIV_REQUIRES esp_netif
|
||||
)
|
||||
|
Reference in New Issue
Block a user