We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12835ff + 384cda9 commit 999a81bCopy full SHA for 999a81b
components/esp_local_ctrl/CMakeLists.txt
@@ -24,6 +24,6 @@ idf_component_register(SRCS "${srcs}"
24
INCLUDE_DIRS "${include_dirs}"
25
PRIV_INCLUDE_DIRS "${priv_include_dirs}"
26
REQUIRES protocomm esp_https_server
27
- PRIV_REQUIRES protobuf-c)
+ PRIV_REQUIRES protobuf-c esp_netif)
28
29
idf_component_optional_requires(PRIVATE espressif__mdns mdns)
0 commit comments