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:
committed by
Develo
parent
a2d16f38d4
commit
4ab89d07fc
@ -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:
|
||||
|
Reference in New Issue
Block a user