Skip to content

Commit dc61b34

Browse files
committed
app_wifi: Make BLE provisioning as the default for ESP32
- This will be required for the new "Assisted Claiming" feature.
1 parent b77f44a commit dc61b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/common/app_wifi/Kconfig.projbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ menu "ESP RainMaker App Wi-Fi Provisioning"
88

99
choice APP_WIFI_PROV_TRANSPORT
1010
bool "Provisioning Transport method"
11-
default APP_WIFI_PROV_TRANSPORT_SOFTAP
11+
default APP_WIFI_PROV_TRANSPORT_BLE
1212
help
1313
Wi-Fi provisioning component offers both, SoftAP and BLE transports. Choose any one.
1414

0 commit comments

Comments
 (0)