Skip to content

Commit b9c675b

Browse files
authored
Merge pull request #523 from bryghtlabs-richard/master
fix(websocket): fix esp_event dependency management (IDFGH-12301) (IDFGH-12302)
2 parents 963b32e + 1fb02a9 commit b9c675b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/esp_websocket_client/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ if(${IDF_TARGET} STREQUAL "linux")
1616
else()
1717
idf_component_register(SRCS "esp_websocket_client.c"
1818
INCLUDE_DIRS "include"
19-
REQUIRES lwip esp-tls tcp_transport http_parser
20-
PRIV_REQUIRES esp_timer esp_event)
19+
REQUIRES lwip esp-tls tcp_transport http_parser esp_event
20+
PRIV_REQUIRES esp_timer)
2121
endif()

0 commit comments

Comments
 (0)