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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user