mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
feat(openthread): support managed component iperf
This commit is contained in:
parent
408a16b21a
commit
80409743f1
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user