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,7 @@ cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
set(EXTRA_COMPONENT_DIRS ../.. ../../port/linux)
set(EXTRA_COMPONENT_DIRS ../../port/linux)
set(COMPONENTS main)
project(linux_modem)

View File

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