1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

add softAPgetStationNum

This commit is contained in:
Markus Sattler
2015-12-29 15:40:54 +01:00
parent 293e55c690
commit 8943ac402c
2 changed files with 11 additions and 0 deletions

View File

@ -40,6 +40,8 @@ class ESP8266WiFiAPClass {
bool softAPConfig(IPAddress local_ip, IPAddress gateway, IPAddress subnet);
bool softAPdisconnect(bool wifioff = false);
uint8_t softAPgetStationNum();
IPAddress softAPIP();
uint8_t* softAPmacAddress(uint8_t* mac);