d6ef9d73bb
Backports the websocket client and example to ESP-IDF release 3.3.
4 lines
99 B
CMake
4 lines
99 B
CMake
set(COMPONENT_SRCS "websocket_example.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
|
|
|
register_component()
|