Merge branch 'feature/ot_support_mc_iperf_52' into 'release/v5.2'

feat(openthread): support managed component iperf(backport 5.2)

See merge request espressif/esp-idf!30245
This commit is contained in:
Shu Chen 2024-04-16 10:39:00 +08:00
commit a24ebb4538
2 changed files with 2 additions and 2 deletions

View File

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

View File

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