fix(asio): specify override_path in example manifest files

This commit is contained in:
Ivan Grokhotkov
2023-09-18 12:18:24 +02:00
committed by David Cermak
parent 0584da5cb2
commit 1d8923cfbb
12 changed files with 15 additions and 12 deletions

View File

@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.16)
# (Not part of the boilerplate)
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
set(EXTRA_COMPONENT_DIRS ../../ ../../../../common_components/protocol_examples_common)
set(EXTRA_COMPONENT_DIRS ../../../../common_components/protocol_examples_common)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(async_http_request)

View File

@ -3,4 +3,4 @@ dependencies:
idf: ">=5.0"
espressif/asio:
version: "^1.14.1"
override_path: '../../../'
override_path: "../../../"