d6ef9d73bb
Backports the websocket client and example to ESP-IDF release 3.3.
6 lines
167 B
CMake
6 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()
|