Add new control to WiFi Scan

This commit is contained in:
me-no-dev
2017-04-04 02:03:54 +03:00
parent b465858563
commit 7e5b278107
2 changed files with 10 additions and 2 deletions

View File

@ -31,7 +31,7 @@ class WiFiScanClass
public:
int8_t scanNetworks(bool async = false, bool show_hidden = false);
int8_t scanNetworks(bool async = false, bool show_hidden = false, bool passive = false, uint32_t max_ms_per_chan = 300);
int8_t scanComplete();
void scanDelete();