Skip to content

Commit

Permalink
Merge pull request #523 from bryghtlabs-richard/master
Browse files Browse the repository at this point in the history
fix(websocket): fix esp_event dependency management (IDFGH-12301) (IDFGH-12302)
  • Loading branch information
david-cermak authored Mar 20, 2024
2 parents 963b32e + 1fb02a9 commit b9c675b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/esp_websocket_client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ if(${IDF_TARGET} STREQUAL "linux")
else()
idf_component_register(SRCS "esp_websocket_client.c"
INCLUDE_DIRS "include"
REQUIRES lwip esp-tls tcp_transport http_parser
PRIV_REQUIRES esp_timer esp_event)
REQUIRES lwip esp-tls tcp_transport http_parser esp_event
PRIV_REQUIRES esp_timer)
endif()

0 comments on commit b9c675b

Please sign in to comment.