Skip to content

Commit 0defbfb

Browse files
committed
Reset wifi connection attempts if user modifies WiFi settings
1 parent dbbe733 commit 0defbfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Firmware/RTK_Surveyor/menuSystem.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@ void menuWiFi()
493493
log_d("Menu caused restarting of WiFi");
494494
wifiStop();
495495
wifiStart();
496+
wifiConnectionAttempts = 0; //Reset the timeout
496497
}
497498
}
498499
}

0 commit comments

Comments
 (0)