wifi_prov_mgr: Make BLE transport option visible in example config except for S2

This commit is contained in:
Prasad Alatkar 2021-01-14 15:43:46 +05:30
parent f401e9716f
commit 3a184b18f2

View File

@ -10,6 +10,7 @@ menu "Example Configuration"
config EXAMPLE_PROV_TRANSPORT_BLE
bool "BLE"
select BT_ENABLED
depends on !IDF_TARGET_ESP32S2
config EXAMPLE_PROV_TRANSPORT_SOFTAP
bool "Soft AP"
endchoice