We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9c876e + a5244f1 commit ecbd69dCopy full SHA for ecbd69d
components/esp_ot_cli_extension/Kconfig
@@ -10,7 +10,7 @@ menu "OpenThread Extension CLI"
10
config OPENTHREAD_CLI_WIFI
11
bool "Enable wifi connection command"
12
depends on OPENTHREAD_CLI_ESP_EXTENSION && OPENTHREAD_BORDER_ROUTER && EXAMPLE_CONNECT_WIFI
13
- default y if ESP_WIFI_ENABLED
+ default y if ESP_WIFI_ENABLED || ESP_WIFI_REMOTE_ENABLED
14
15
config OPENTHREAD_CLI_OTA
16
bool "Enable OTA command"
components/esp_ot_cli_extension/idf_component.yml
@@ -1,4 +1,4 @@
1
-version: "1.3.0"
+version: "1.3.1"
2
description: Espressif OpenThread CLI Extension
3
url: https://github.com/espressif/esp-thread-br/tree/main/components/esp_ot_cli_extension
4
dependencies:
0 commit comments