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

Commit 17b6bd9

Browse files
authored
Explanation for providing SSID and password
Explaining how to provide SSID and password for WiFi in mbed_app.json
1 parent 88c1ce0 commit 17b6bd9

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)