1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-23 08:45:22 +03:00

ESP8266WiFiMulti: Add count function (#3073)

Return total number of AP added

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
Patrick José Pereira
2017-12-30 14:16:47 -02:00
committed by Develo
parent a2d16f38d4
commit 4ab89d07fc
2 changed files with 5 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class ESP8266WiFiMulti {
~ESP8266WiFiMulti();
bool addAP(const char* ssid, const char *passphrase = NULL);
int count(void);
wl_status_t run(void);
private: