1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

add show_hidden argument to scanNetworks()

This commit is contained in:
Martin Ayotte
2015-12-16 12:06:29 -05:00
parent 246ed7a378
commit 481d74ba86
2 changed files with 3 additions and 3 deletions

View File

@ -240,7 +240,7 @@ public:
*
* return: Number of discovered networks
*/
int8_t scanNetworks(bool async = false);
int8_t scanNetworks(bool async = false, bool show_hidden = false);
/*
* Return the SSID discovered during the network scan.