1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

increase reconnect interval to 10s

This commit is contained in:
andreas
2021-10-28 22:10:09 +02:00
parent 2eaedd7025
commit 56aaf595b4

View File

@@ -41,7 +41,7 @@ bool GwWifi::connectInternal(){
}
return false;
}
#define RETRY_MILLIS 5000
#define RETRY_MILLIS 10000
void GwWifi::loop(){
if (wifiClient->asBoolean() && ! clientConnected()){
long now=millis();