mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-30 02:37:31 +02:00
Merge pull request #523 from bryghtlabs-richard/master
fix(websocket): fix esp_event dependency management (IDFGH-12301) (IDFGH-12302)
This commit is contained in:
@ -16,6 +16,6 @@ if(${IDF_TARGET} STREQUAL "linux")
|
|||||||
else()
|
else()
|
||||||
idf_component_register(SRCS "esp_websocket_client.c"
|
idf_component_register(SRCS "esp_websocket_client.c"
|
||||||
INCLUDE_DIRS "include"
|
INCLUDE_DIRS "include"
|
||||||
REQUIRES lwip esp-tls tcp_transport http_parser
|
REQUIRES lwip esp-tls tcp_transport http_parser esp_event
|
||||||
PRIV_REQUIRES esp_timer esp_event)
|
PRIV_REQUIRES esp_timer)
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user