File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
components/esp_websocket_client/examples Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ set(EXTRA_COMPONENT_DIRS
8
8
"${common_component_dir} /linux_compat"
9
9
"${common_component_dir} /linux_compat/freertos" )
10
10
11
+ list (APPEND EXTRA_COMPONENT_DIRS $ENV{IDF_PATH} /examples/common_components/protocol_examples_common )
11
12
list (APPEND EXTRA_COMPONENT_DIRS $ENV{IDF_PATH} /examples/protocols/linux_stubs/esp_stubs )
12
13
include ($ENV{IDF_PATH} /tools/cmake/project.cmake )
13
14
Load Diff This file was deleted.
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
+ # This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
6
+ list (APPEND EXTRA_COMPONENT_DIRS "../../../../common_components/protocol_examples_common" )
7
+
5
8
include ($ENV{IDF_PATH} /tools/cmake/project.cmake )
6
9
project (websocket_example )
Original file line number Diff line number Diff line change @@ -4,5 +4,3 @@ dependencies:
4
4
espressif/esp_websocket_client :
5
5
version : " ^1.0.0"
6
6
override_path : " ../../../"
7
- protocol_examples_common :
8
- path : ${IDF_PATH}/examples/common_components/protocol_examples_common
You can’t perform that action at this time.
0 commit comments