feat(openthread): support managed component iperf

This commit is contained in:
zwx 2024-04-15 20:28:13 +08:00
parent 408a16b21a
commit 80409743f1
2 changed files with 2 additions and 2 deletions

View File

@ -9,6 +9,6 @@ dependencies:
protocol_examples_common: protocol_examples_common:
path: ${IDF_PATH}/examples/common_components/protocol_examples_common path: ${IDF_PATH}/examples/common_components/protocol_examples_common
iperf: iperf:
path: ${IDF_PATH}/examples/common_components/iperf version: "~0.1.1"
ot_led: ot_led:
path: ${IDF_PATH}/examples/openthread/ot_common_components/ot_led path: ${IDF_PATH}/examples/openthread/ot_common_components/ot_led

View File

@ -5,6 +5,6 @@ dependencies:
idf: idf:
version: ">=4.1.0" version: ">=4.1.0"
iperf: iperf:
path: ${IDF_PATH}/examples/common_components/iperf version: "~0.1.1"
ot_led: ot_led:
path: ${IDF_PATH}/examples/openthread/ot_common_components/ot_led path: ${IDF_PATH}/examples/openthread/ot_common_components/ot_led