fix(esp_modem): specify override_path in example manifest files

This commit is contained in:
Ivan Grokhotkov
2023-09-18 12:19:48 +02:00
committed by David Cermak
parent 1d8923cfbb
commit 5b78da4689
12 changed files with 25 additions and 12 deletions

View File

@ -2,7 +2,5 @@
# in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.8)
set(EXTRA_COMPONENT_DIRS "../..")
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(modem_tcp_client)

View File

@ -0,0 +1,4 @@
dependencies:
espressif/esp_modem:
version: "^1.0.1"
override_path: "../../../"