File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,8 @@ cmake_minimum_required(VERSION 3.16)
4
4
5
5
# (Not part of the boilerplate) This example uses an extra component for common
6
6
# functions such as Wi-Fi and Ethernet connection.
7
- # The path to esp_mqtt_cxx is also added.
8
7
set (EXTRA_COMPONENT_DIRS
9
- "../../../../common_components/protocol_examples_common" "../../" )
8
+ "../../../../common_components/protocol_examples_common" )
10
9
11
10
include ($ENV{IDF_PATH} /tools/cmake/project.cmake )
12
11
project (mqtt_ssl_cxx )
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ dependencies:
3
3
idf : " >=5.0"
4
4
espressif/esp_mqtt_cxx :
5
5
version : " ^0.1.0"
6
+ override_path : " ../../../"
Original file line number Diff line number Diff line change @@ -4,9 +4,8 @@ cmake_minimum_required(VERSION 3.16)
4
4
5
5
# (Not part of the boilerplate)
6
6
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
7
- # The path to esp_mqtt_cxx is also added.
8
7
set (EXTRA_COMPONENT_DIRS
9
- "../../../../common_components/protocol_examples_common" "../../" )
8
+ "../../../../common_components/protocol_examples_common" )
10
9
11
10
include ($ENV{IDF_PATH} /tools/cmake/project.cmake )
12
11
project (mqtt_tcp_cxx )
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ dependencies:
3
3
idf : " >=5.0"
4
4
espressif/esp_mqtt_cxx :
5
5
version : " ^0.1.0"
6
+ override_path : " ../../../"
Original file line number Diff line number Diff line change 1
1
version : " 0.2.0"
2
- description : esp mqtt cxx
2
+ description : C++ APIs for ESP-MQTT library
3
3
url : https://github.com/espressif/esp-protocols/tree/master/components/esp_mqtt_cxx
4
+ issues : https://github.com/espressif/esp-protocols/issues
5
+ documentation : https://docs.espressif.com/projects/esp-protocols/esp_mqtt_cxx/docs/latest/index.html
6
+ repository : https://github.com/espressif/esp-protocols.git
4
7
dependencies :
5
8
espressif/esp-idf-cxx : " ^1.0.0-beta"
6
9
# Required IDF version
You can’t perform that action at this time.
0 commit comments