@@ -69,7 +69,7 @@ EspTouch v0.3.7.1
6969- Modify bssid post sequence
7070
7171## v0.3.6.0
72- - Fix bug that cann 't configure Chinese SSID
72+ - Fix bug that can 't configure Chinese SSID
7373
7474## v0.3.4.7
7575- Change project from Eclipse to Android Studio
@@ -98,7 +98,7 @@ EspTouch v0.3.7.1
9898 - Esptouch v0.3.4.3 only support Espressif's Smart Config v2.4
9999
100100## v0.3.4.2
101- - Espressif's Smart Config is updated to v2.4, and some paremeters are changed.
101+ - Espressif's Smart Config is updated to v2.4, and some parameters are changed.
102102 - Esptouch v0.3.4.2 only support Espressif's Smart Config v2.4
103103```
104104 The usage of v0.3.4 is supported, besides one new API is added:
@@ -107,7 +107,7 @@ EspTouch v0.3.7.1
107107 ```
108108
109109## v0.3.4
110- - Espressif's Smart Config is updated to v2.4, and some paremeters are changed.
110+ - Espressif's Smart Config is updated to v2.4, and some parameters are changed.
111111 - Esptouch v0.3.4 only support Espressif's Smart Config v2.4
112112
113113## v0.3.3
@@ -116,7 +116,7 @@ EspTouch v0.3.7.1
116116```
117117 The usage of v0.3.0 is supported, besides one new API is added:
118118 List<IEsptouchResult> executeForResults(int expectTaskResultCount)
119- The only differece is that it return list, and require expectTaskResultCount
119+ The only difference is that it return list, and require expectTaskResultCount
120120```
121121
122122## v0.3.2
@@ -207,7 +207,7 @@ IEsptouchTask esptouchTask = new EsptouchTask(apSsid, apPassword);
207207IEsptouchTask esptouchTask = new EsptouchTask(apSsid, apPassword);
208208// execute syn util it suc or timeout
209209IEsptouchResult result = esptouchTask.executeForResult();
210- // check whehter the execute is suc
210+ // check whether the execute is suc
211211boolean isSuc = result.isSuc();
212212// get the device's bssid, the format of the bssid is like this format: "18fe3497f310"
213213String bssid = result.getBssid();
0 commit comments