mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-18 16:23:07 +01:00
increase reconnect interval to 10s
This commit is contained in:
@@ -41,7 +41,7 @@ bool GwWifi::connectInternal(){
|
|||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
#define RETRY_MILLIS 5000
|
#define RETRY_MILLIS 10000
|
||||||
void GwWifi::loop(){
|
void GwWifi::loop(){
|
||||||
if (wifiClient->asBoolean() && ! clientConnected()){
|
if (wifiClient->asBoolean() && ! clientConnected()){
|
||||||
long now=millis();
|
long now=millis();
|
||||||
|
|||||||
Reference in New Issue
Block a user