mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
f745642042
1. enable mclk when enter light sleep 2. add an get error API for esp_http_client 3. websocket migration and fix some issue (from release/v4.0)
7 lines
167 B
CMake
7 lines
167 B
CMake
set(COMPONENT_SRCS "esp_websocket_client.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
|
|
|
set(COMPONENT_REQUIRES lwip esp-tls tcp_transport nghttp)
|
|
|
|
register_component()
|