Skip to content

Commit

Permalink
Avoid connection delay
Browse files Browse the repository at this point in the history
  • Loading branch information
gmag11 committed Dec 4, 2019
1 parent a22ca39 commit 4c6f998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fossa_GroundStation/Fossa_GroundStation/config_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ bool Config_managerClass::configWiFiManager () {

wifiManager->setDebugOutput (true);
//wifiManager->setBreakAfterConfig (true);
wifiManager->setConnectTimeout (60);
//wifiManager->setConnectTimeout (60);
wifiManager->setTryConnectDuringConfigPortal (false);
wifiManager->setSaveConfigCallback (doSave);
wifiManager->setConfigPortalTimeout (300);
Expand Down

0 comments on commit 4c6f998

Please sign in to comment.