File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
components/esp_websocket_client Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
# in this exact order for cmake to work correctly
3
3
cmake_minimum_required (VERSION 3.5 )
4
4
5
- set (EXTRA_COMPONENT_DIRS "../.." )
6
5
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
7
6
list (APPEND EXTRA_COMPONENT_DIRS "../../../../common_components/protocol_examples_common" )
8
7
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ dependencies:
3
3
idf : " >=5.0"
4
4
espressif/esp_websocket_client :
5
5
version : " ^1.0.0"
6
+ override_path : " ../../../"
Original file line number Diff line number Diff line change 1
1
version : " 1.1.0"
2
- description : esp websocket client
2
+ description : WebSocket protocol client for ESP-IDF
3
3
url : https://github.com/espressif/esp-protocols/tree/master/components/esp_websocket_client
4
4
dependencies :
5
5
idf :
You can’t perform that action at this time.
0 commit comments