mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 04:25:32 +00:00
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