CI: Fix build issues

This commit is contained in:
gabsuren
2022-07-27 17:21:43 +04:00
parent b6852a0588
commit 6e4e4fab1d
5 changed files with 18 additions and 7 deletions

View File

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