Skip to content

Commit bd6b66d

Browse files
committed
fix(eppp): Example to use iperf component from the registry
1 parent d0c17ef commit bd6b66d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

components/eppp_link/examples/host/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# The following four lines of boilerplate have to be in your project's CMakeLists
22
# in this exact order for cmake to work correctly
33
cmake_minimum_required(VERSION 3.16)
4-
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/iperf)
54

65

76
include($ENV{IDF_PATH}/tools/cmake/project.cmake)

components/eppp_link/examples/host/main/idf_component.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
dependencies:
2+
espressif/iperf-cmd: "^0.1.1"
23
espressif/eppp_link:
34
version: "*"
45
override_path: "../../.."

0 commit comments

Comments
 (0)