Merge pull request #667 from markusgritsch/patch-1

Update 05-User_Guide.md
This commit is contained in:
Gordon Williams 2015-10-17 07:53:39 +02:00
commit d19c544b8a

View File

@ -297,7 +297,7 @@ disconnected and we will no longer be visible as a WiFi network.
List the WiFi stations connected to the ESP8266 assuming it is being
an access point.
`ESP8266WiFI.getConnectedStations()`
`ESP8266WiFi.getConnectedStations()`
The return is an array of objects where each object contains:
@ -376,4 +376,4 @@ Enable or disable the logging of debug messages to the UART1 debug log.
`ESP8266WiFi.logDebug(onOff)`
* `onOff` - A boolean. A value of `true` enables debugging while `false` disables.
* `onOff` - A boolean. A value of `true` enables debugging while `false` disables.