File tree Expand file tree Collapse file tree 12 files changed +15
-12
lines changed Expand file tree Collapse file tree 12 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ dependencies:
3
3
idf : " >=5.0"
4
4
espressif/asio :
5
5
version : " ^1.14.1"
6
- override_path : ' ../../../'
6
+ override_path : " ../../../"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ 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
- set (EXTRA_COMPONENT_DIRS ../../ ../../ ../../common_components/protocol_examples_common )
7
+ set (EXTRA_COMPONENT_DIRS ../../../../common_components/protocol_examples_common )
8
8
9
9
include ($ENV{IDF_PATH} /tools/cmake/project.cmake )
10
10
project (async_http_request )
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ dependencies:
3
3
idf : " >=5.0"
4
4
espressif/asio :
5
5
version : " ^1.14.1"
6
- override_path : ' ../../../'
6
+ override_path : " ../../../"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ 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
- set (EXTRA_COMPONENT_DIRS ../.. ../.. /../../common_components/protocol_examples_common )
7
+ set (EXTRA_COMPONENT_DIRS ../../../../common_components/protocol_examples_common )
8
8
9
9
include ($ENV{IDF_PATH} /tools/cmake/project.cmake )
10
10
project (asio_sock4 )
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ dependencies:
3
3
idf : " >=5.0"
4
4
espressif/asio :
5
5
version : " ^1.14.1"
6
- override_path : ' ../../../'
6
+ override_path : " ../../../"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ 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
- set (EXTRA_COMPONENT_DIRS ../.. ../.. /../../common_components/protocol_examples_common )
7
+ set (EXTRA_COMPONENT_DIRS ../../../../common_components/protocol_examples_common )
8
8
set (EXCLUDE_COMPONENTS openssl )
9
9
10
10
include ($ENV{IDF_PATH} /tools/cmake/project.cmake )
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ dependencies:
3
3
idf : " >=5.0"
4
4
espressif/asio :
5
5
version : " ^1.14.1"
6
- override_path : ' ../../../'
6
+ override_path : " ../../../"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ 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
- set (EXTRA_COMPONENT_DIRS ../.. ../.. /../../common_components/protocol_examples_common )
7
+ set (EXTRA_COMPONENT_DIRS ../../../../common_components/protocol_examples_common )
8
8
9
9
include ($ENV{IDF_PATH} /tools/cmake/project.cmake )
10
10
project (asio_tcp_echo_server )
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ dependencies:
3
3
idf : " >=5.0"
4
4
espressif/asio :
5
5
version : " ^1.14.1"
6
- override_path : ' ../../../'
6
+ override_path : " ../../../"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ 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
- set (EXTRA_COMPONENT_DIRS ../../ ../../ ../../common_components/protocol_examples_common )
7
+ set (EXTRA_COMPONENT_DIRS ../../../../common_components/protocol_examples_common )
8
8
9
9
include ($ENV{IDF_PATH} /tools/cmake/project.cmake )
10
10
project (asio_udp_echo_server )
You can’t perform that action at this time.
0 commit comments