fix W5500 reconnect

This commit is contained in:
technyon
2022-04-30 19:59:07 +02:00
parent d38ed9b983
commit 490bff20c5
8 changed files with 84 additions and 13 deletions

View File

@@ -60,3 +60,13 @@ bool WifiDevice::isConnected()
{
return WiFi.isConnected();
}
bool WifiDevice::reconnect()
{
return isConnected();
}
void WifiDevice::update()
{
}