Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Commit 8b9bfeb

Browse files
authored
Merge branch 'master' into updated-mbed-os
2 parents 37b7aee + 17b6bd9 commit 8b9bfeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,15 @@ The example application uses ESP8266 WiFi Interface for managing the wireless co
135135
},
136136
```
137137

138-
1. Provide your WiFi SSID and password here
138+
1. Provide your WiFi SSID and password here, remember to leave `\"` in the beginning and end of your SSID and password(as shown in the example below), else example will not be able to pick up the SSID and password in correct format.
139139
```
140140
"wifi-ssid": {
141141
"help": "WiFi SSID",
142-
"value": "\"IoTBU-Sniffer\""
142+
"value": "\"SSID\""
143143
},
144144
"wifi-password": {
145145
"help": "WiFi Password",
146-
"value": "\"AppleBearWireCube\""
146+
"value": "\"Password\""
147147
}
148148
```
149149

0 commit comments

Comments
 (0)