File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed
components/esp_ot_cli_extension
examples/basic_thread_border_router Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -42,3 +42,7 @@ endif()
4242if (CONFIG_OPENTHREAD_RCP_COMMAND)
4343 idf_component_optional_requires(PRIVATE esp_rcp_update)
4444endif ()
45+
46+ if (CONFIG_OPENTHREAD_CLI_WIFI)
47+ idf_component_optional_requires(PRIVATE protocol_examples_common)
48+ endif ()
Original file line number Diff line number Diff line change 1- version : " 1.2.3 "
1+ version : " 1.2.4 "
22description : Espressif OpenThread CLI Extension
33url : https://github.com/espressif/esp-thread-br/tree/main/components/esp_ot_cli_extension
44dependencies :
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ set(EXTRA_COMPONENT_DIRS
88 ${CMAKE_CURRENT_SOURCE_DIR} /../common
99 ${CMAKE_CURRENT_SOURCE_DIR} /../../components/esp_br_http_ota
1010 ${CMAKE_CURRENT_SOURCE_DIR} /../../components/esp_ot_br_server
11- $ENV{IDF_PATH} /examples/common_components/protocol_examples_common
1211)
1312
1413include ($ENV{IDF_PATH} /tools/cmake/project.cmake)
Original file line number Diff line number Diff line change @@ -11,3 +11,5 @@ dependencies:
1111 idf :
1212 version : " >=4.1.0"
1313 # # Put list of dependencies here
14+ protocol_examples_common :
15+ path : ${IDF_PATH}/examples/common_components/protocol_examples_common
You can’t perform that action at this time.
0 commit comments