You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/WiFi/examples/WiFiProv/README.md
+10-19
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ This sketch implements provisioning using various IDF components
6
6
7
7
This example allows Arduino user to choose either BLE or SOFTAP as a mode of transport, over which the provisioning related communication is to take place, between the device (to be provisioned) and the client (owner of the device).
8
8
9
-
##API's introduced for provisioning
9
+
# API's introduced for provisioning
10
10
11
11
## WiFi.onEvent()
12
12
13
-
Using this API user can register to recieve WIFI Events and Provisioning Events
13
+
Using this API user can register to receive WiFi Events and Provisioning Events
14
14
15
15
#### Parameters passed
16
16
@@ -22,11 +22,11 @@ A function with following signature
* pop : It is the string that is used to provide the authentication while provisioning
49
+
* pop : It is the string that is used to provide the authentication.
50
50
51
-
* service_name : Specify service name for the device while provisioning, if it is not specified then default chosen name via SoftAP is WIFI_XXX and for BLE service it is BLE_XXX where XXX is the last 3 bytes of the MAC address.
51
+
* service_name : Specify service name for the device, if it is not specified then default chosen name via SoftAP is WIFI_XXX and via BLE is BLE_XXX where XXX are the last 3 bytes of the MAC address.
52
52
53
-
* service_key : Specify service key while provisioning, if chosen mode of provisioning is BLE then service_key is always NULL
53
+
* service_key : Specify service key, if chosen mode of provisioning is BLE then service_key is always NULL
54
54
55
55
* uuid : user can specify there own 128 bit UUID while provisioning using BLE, if not specified then default value taken is
0 commit comments