Skip to content

Commit 2a23703

Browse files
authored
Update wifi.rst with new example
1 parent 2bffa3c commit 2a23703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/api/wifi.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ Loads all infos from a scanned wifi in to the ptr parameters.
643643
644644
bool getNetworkInfo(uint8_t networkItem, String &ssid, uint8_t &encryptionType, int32_t &RSSI, uint8_t* &BSSID, int32_t &channel);
645645
646-
To see how to use the ``WiFiScan``, take a look at the ``WiFiScan.ino`` example available.
646+
To see how to use the ``WiFiScan``, take a look at the ``WiFiScan.ino`` or ``WiFiScanAsync.ino`` example available.
647647

648648
Examples
649649
--------

0 commit comments

Comments
 (0)