Skip to content

Commit

Permalink
Merge branch 'feature/support_ot_iperf_version_select_in_extcommand' …
Browse files Browse the repository at this point in the history
…into 'master'

feat(openthread): move iperf dependency into cli extension

See merge request espressif/esp-idf!30454
  • Loading branch information
chshu committed Apr 28, 2024
2 parents 7e9b9d5 + c4c548f commit 8ca7cc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions examples/openthread/ot_br/main/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## IDF Component Manager Manifest File
dependencies:
espressif/esp_ot_cli_extension:
version: "~1.0.0"
version: "~1.1.0"
espressif/mdns: "^1.0.3"
## Required IDF version
idf:
Expand All @@ -10,5 +10,3 @@ dependencies:
path: ${IDF_PATH}/examples/common_components/protocol_examples_common
ot_led:
path: ${IDF_PATH}/examples/openthread/ot_common_components/ot_led
espressif/iperf:
version: "~0.1.1"
4 changes: 1 addition & 3 deletions examples/openthread/ot_cli/main/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
## IDF Component Manager Manifest File
dependencies:
espressif/esp_ot_cli_extension:
version: "~1.0.0"
version: "~1.1.0"
idf:
version: ">=4.1.0"
ot_led:
path: ${IDF_PATH}/examples/openthread/ot_common_components/ot_led
espressif/iperf:
version: "~0.1.1"

0 comments on commit 8ca7cc2

Please sign in to comment.