mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
Merge pull request #667 from markusgritsch/patch-1
Update 05-User_Guide.md
This commit is contained in:
commit
d19c544b8a
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user