File tree Expand file tree Collapse file tree 4 files changed +6
-12
lines changed
components/esp_mqtt_cxx/examples Expand file tree Collapse file tree 4 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 2
2
# CMakeLists in this exact order for cmake to work correctly
3
3
cmake_minimum_required (VERSION 3.16 )
4
4
5
- # (Not part of the boilerplate) This example uses an extra component for common
6
- # functions such as Wi-Fi and Ethernet connection.
7
- set (EXTRA_COMPONENT_DIRS
8
- "../../../../common_components/protocol_examples_common" )
9
-
10
5
include ($ENV{IDF_PATH} /tools/cmake/project.cmake )
11
6
project (mqtt_ssl_cxx )
12
7
Original file line number Diff line number Diff line change @@ -2,5 +2,7 @@ dependencies:
2
2
# # Required IDF version
3
3
idf : " >=5.0"
4
4
espressif/esp_mqtt_cxx :
5
- version : " ^0.1. 0"
5
+ version : " ~ 0"
6
6
override_path : " ../../../"
7
+ protocol_examples_common :
8
+ path : ${IDF_PATH}/examples/common_components/protocol_examples_common
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.16 )
4
4
5
- # (Not part of the boilerplate)
6
- # This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
7
- set (EXTRA_COMPONENT_DIRS
8
- "../../../../common_components/protocol_examples_common" )
9
-
10
5
include ($ENV{IDF_PATH} /tools/cmake/project.cmake )
11
6
project (mqtt_tcp_cxx )
Original file line number Diff line number Diff line change @@ -2,5 +2,7 @@ dependencies:
2
2
# # Required IDF version
3
3
idf : " >=5.0"
4
4
espressif/esp_mqtt_cxx :
5
- version : " ^0.1. 0"
5
+ version : " ~ 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