examples: add socket stdin utils to common connect component

This commit is contained in:
David Cermak
2020-03-19 11:45:02 +01:00
committed by bot
parent 995ef85e85
commit a5a750ba48
9 changed files with 27 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
idf_component_register(SRCS "connect.c" "stdin_out.c"
idf_component_register(SRCS "connect.c" "stdin_out.c" "addr_from_stdin.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES esp_netif
)