add delay for wifi reconnect

This commit is contained in:
technyon
2022-04-30 20:07:39 +02:00
parent 490bff20c5
commit fa0d2be097

View File

@@ -63,6 +63,8 @@ bool WifiDevice::isConnected()
bool WifiDevice::reconnect()
{
vTaskDelay( 1000 / portTICK_PERIOD_MS);
return isConnected();
}