remove delay

This commit is contained in:
technyon
2023-01-28 13:03:16 +01:00
parent ccb47f8166
commit a6010a7f49

View File

@@ -263,8 +263,6 @@ bool Network::reconnect()
_device->mqttClient()->connect();
}
delay(200);
bool connected = _device->mqttClient()->connected();
unsigned long timeout = millis() + 5000;