From bd6b66d9d1c3b28a96c7b7e323e8b8ff6d74b414 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Fri, 26 Apr 2024 11:32:46 +0200 Subject: [PATCH] fix(eppp): Example to use iperf component from the registry --- components/eppp_link/examples/host/CMakeLists.txt | 1 - components/eppp_link/examples/host/main/idf_component.yml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/components/eppp_link/examples/host/CMakeLists.txt b/components/eppp_link/examples/host/CMakeLists.txt index 3405abc52..ba8427665 100644 --- a/components/eppp_link/examples/host/CMakeLists.txt +++ b/components/eppp_link/examples/host/CMakeLists.txt @@ -1,7 +1,6 @@ # The following four lines of boilerplate have to be in your project's CMakeLists # in this exact order for cmake to work correctly cmake_minimum_required(VERSION 3.16) -set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/iperf) include($ENV{IDF_PATH}/tools/cmake/project.cmake) diff --git a/components/eppp_link/examples/host/main/idf_component.yml b/components/eppp_link/examples/host/main/idf_component.yml index 675c13599..eeaef0415 100644 --- a/components/eppp_link/examples/host/main/idf_component.yml +++ b/components/eppp_link/examples/host/main/idf_component.yml @@ -1,4 +1,5 @@ dependencies: + espressif/iperf-cmd: "^0.1.1" espressif/eppp_link: version: "*" override_path: "../../.."