mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-26 07:02:15 +03:00
add more debug for disconnect
add isConnected function for easier usage
This commit is contained in:
@ -44,6 +44,8 @@ class ESP8266WiFiSTAClass {
|
||||
bool reconnect();
|
||||
bool disconnect(bool wifioff = false);
|
||||
|
||||
bool isConnected();
|
||||
|
||||
bool setAutoConnect(bool autoConnect);
|
||||
bool getAutoConnect();
|
||||
|
||||
|
Reference in New Issue
Block a user