fix(wifi_remote): Fix server event/command race condtion using eventfd

This commit is contained in:
David Cermak
2024-05-30 20:43:15 +02:00
parent 9e13870ad4
commit 732b1d5084
4 changed files with 146 additions and 24 deletions

View File

@ -14,7 +14,7 @@ idf_component_register(INCLUDE_DIRS include
${src_wifi_is_remote}
PRIV_INCLUDE_DIRS eppp
REQUIRES esp_event esp_netif
PRIV_REQUIRES esp_wifi esp-tls)
PRIV_REQUIRES esp_wifi esp-tls vfs)
idf_component_get_property(wifi esp_wifi COMPONENT_LIB)
target_link_libraries(${wifi} PUBLIC ${COMPONENT_LIB})