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 963b32e + 1fb02a9 commit b9c675bCopy full SHA for b9c675b
components/esp_websocket_client/CMakeLists.txt
@@ -16,6 +16,6 @@ if(${IDF_TARGET} STREQUAL "linux")
16
else()
17
idf_component_register(SRCS "esp_websocket_client.c"
18
INCLUDE_DIRS "include"
19
- REQUIRES lwip esp-tls tcp_transport http_parser
20
- PRIV_REQUIRES esp_timer esp_event)
+ REQUIRES lwip esp-tls tcp_transport http_parser esp_event
+ PRIV_REQUIRES esp_timer)
21
endif()
0 commit comments