mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-06 06:04:33 +02:00
wifi_prov_mgr: keep SoftAP transport as default only for ESP32S2
This allows to have default transport as BLE for all chips except ESP32S2.
This commit is contained in:
@@ -2,6 +2,7 @@ menu "Example Configuration"
|
|||||||
|
|
||||||
choice EXAMPLE_PROV_TRANSPORT
|
choice EXAMPLE_PROV_TRANSPORT
|
||||||
bool "Provisioning Transport"
|
bool "Provisioning Transport"
|
||||||
|
default EXAMPLE_PROV_TRANSPORT_SOFTAP if IDF_TARGET_ESP32S2
|
||||||
default EXAMPLE_PROV_TRANSPORT_BLE
|
default EXAMPLE_PROV_TRANSPORT_BLE
|
||||||
help
|
help
|
||||||
Wi-Fi provisioning component offers both, SoftAP and BLE transports. Choose any one.
|
Wi-Fi provisioning component offers both, SoftAP and BLE transports. Choose any one.
|
||||||
@@ -9,7 +10,6 @@ menu "Example Configuration"
|
|||||||
config EXAMPLE_PROV_TRANSPORT_BLE
|
config EXAMPLE_PROV_TRANSPORT_BLE
|
||||||
bool "BLE"
|
bool "BLE"
|
||||||
select BT_ENABLED
|
select BT_ENABLED
|
||||||
depends on IDF_TARGET_ESP32
|
|
||||||
config EXAMPLE_PROV_TRANSPORT_SOFTAP
|
config EXAMPLE_PROV_TRANSPORT_SOFTAP
|
||||||
bool "Soft AP"
|
bool "Soft AP"
|
||||||
endchoice
|
endchoice
|
||||||
|
Reference in New Issue
Block a user