Skip to content

Commit ecbd69d

Browse files
committed
Merge branch 'feat/remote_wifi_enable_cli' into 'main'
feat(cli): enable wifi cli extension for esp-hosted See merge request espressif/esp-thread-br!165
2 parents a9c876e + a5244f1 commit ecbd69d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/esp_ot_cli_extension/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ menu "OpenThread Extension CLI"
1010
config OPENTHREAD_CLI_WIFI
1111
bool "Enable wifi connection command"
1212
depends on OPENTHREAD_CLI_ESP_EXTENSION && OPENTHREAD_BORDER_ROUTER && EXAMPLE_CONNECT_WIFI
13-
default y if ESP_WIFI_ENABLED
13+
default y if ESP_WIFI_ENABLED || ESP_WIFI_REMOTE_ENABLED
1414

1515
config OPENTHREAD_CLI_OTA
1616
bool "Enable OTA command"

components/esp_ot_cli_extension/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.3.0"
1+
version: "1.3.1"
22
description: Espressif OpenThread CLI Extension
33
url: https://github.com/espressif/esp-thread-br/tree/main/components/esp_ot_cli_extension
44
dependencies:

0 commit comments

Comments
 (0)