fix W5500 reconnect
This commit is contained in:
@@ -60,3 +60,13 @@ bool WifiDevice::isConnected()
|
||||
{
|
||||
return WiFi.isConnected();
|
||||
}
|
||||
|
||||
bool WifiDevice::reconnect()
|
||||
{
|
||||
return isConnected();
|
||||
}
|
||||
|
||||
void WifiDevice::update()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user