Skip to content

Commit

Permalink
Merge branch 'fix/add_dependency_for_ext_cmds' into 'main'
Browse files Browse the repository at this point in the history
fix(ext_cmd): add dependency for wifi commands

See merge request espressif/esp-thread-br!140
  • Loading branch information
chshu committed Sep 18, 2024
2 parents 2eab508 + d45b8cc commit 8707fa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion components/esp_ot_cli_extension/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
version: "1.2.3"
version: "1.2.4"
description: Espressif OpenThread CLI Extension
url: https://github.com/espressif/esp-thread-br/tree/main/components/esp_ot_cli_extension
dependencies:
idf:
version: ">=5.0"
espressif/iperf:
version: "^0.1.0"
protocol_examples_common:
path: ${IDF_PATH}/examples/common_components/protocol_examples_common
1 change: 0 additions & 1 deletion examples/basic_thread_border_router/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ set(EXTRA_COMPONENT_DIRS
${CMAKE_CURRENT_SOURCE_DIR}/../common
${CMAKE_CURRENT_SOURCE_DIR}/../../components/esp_br_http_ota
${CMAKE_CURRENT_SOURCE_DIR}/../../components/esp_ot_br_server
$ENV{IDF_PATH}/examples/common_components/protocol_examples_common
)

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

0 comments on commit 8707fa6

Please sign in to comment.