increase reconnect interval to 10s

This commit is contained in:
andreas 2021-10-28 22:10:09 +02:00
parent 2eaedd7025
commit 56aaf595b4
1 changed files with 1 additions and 1 deletions

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();