fixes that made it work
This commit is contained in:
5
components/ws_client/CMakeLists.txt
Normal file
5
components/ws_client/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
idf_component_register(
|
||||
SRCS "ws_client.c"
|
||||
REQUIRES espressif__esp_websocket_client
|
||||
PRIV_REQUIRES esp_event json esp_wifi_bsp
|
||||
INCLUDE_DIRS "./")
|
||||
Reference in New Issue
Block a user