1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-18 17:42:23 +03:00

adds getautoreconnect() (#4359)

This commit is contained in:
Shawn A
2018-03-15 23:15:30 -05:00
committed by Develo
parent 30155f2ad3
commit 836c7da8cc
3 changed files with 10 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ class ESP8266WiFiSTAClass {
bool getAutoConnect();
bool setAutoReconnect(bool autoReconnect);
bool getAutoReconnect();
uint8_t waitForConnectResult();