Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/esp8266wifi/scan-class.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ There is on `overload <https://en.wikipedia.org/wiki/Function_overloading>`__ of

WiFi.scanNetworks(async, show_hidden)

Both function parameters are of ``boolean`` type. They provide the flowing functionality: \* ``asysnc`` - if set to ``true`` then scanning will start in background and function will exit without waiting for result. To check for result use separate function ``scanComplete`` that is described below. \* ``show_hidden`` - set it to ``true`` to include in scan result networks with hidden SSID.
Both function parameters are of ``boolean`` type. They provide the following functionality: \* ``async`` - if set to ``true`` then scanning will start in background and function will exit without waiting for result. To check for result use separate function ``scanComplete`` that is described below. \* ``show_hidden`` - set it to ``true`` to include in scan result networks with hidden SSID.

scanComplete
^^^^^^^^^^^^
Expand Down