Skip to content

Commit af3aed9

Browse files
authored
fix(wifiprov): Uses BLE for provisioning
1 parent cf739d0 commit af3aed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/WiFiProv/examples/WiFiProv/WiFiProv.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void setup() {
6262
// Sample uuid that user can pass during provisioning using BLE
6363
uint8_t uuid[16] = {0xb4, 0xdf, 0x5a, 0x1c, 0x3f, 0x6b, 0xf4, 0xbf, 0xea, 0x4a, 0x82, 0x03, 0x04, 0x90, 0x1a, 0x02};
6464
WiFiProv.beginProvision(
65-
WIFI_PROV_SCHEME_BLE, WIFI_PROV_SCHEME_HANDLER_FREE_BTDM, WIFI_PROV_SECURITY_1, pop, service_name, service_key, uuid, reset_provisioned
65+
WIFI_PROV_SCHEME_BLE, WIFI_PROV_SCHEME_HANDLER_FREE_BLE, WIFI_PROV_SECURITY_1, pop, service_name, service_key, uuid, reset_provisioned
6666
);
6767
log_d("ble qr");
6868
WiFiProv.printQR(service_name, pop, "ble");

0 commit comments

Comments
 (0)