Skip to content

Commit b1720d2

Browse files
committed
disable agressivereconn test method
1 parent d8f8d54 commit b1720d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WiFiManager.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ class WiFiManager
559559
uint16_t _httpPort = 80; // port for webserver
560560
// uint8_t _retryCount = 0; // counter for retries, probably not needed if synchronous
561561
uint8_t _connectRetries = 1; // number of sta connect retries, force reconnect, wait loop (connectimeout) does not always work and first disconnect bails
562-
bool _aggresiveReconn = true; // use an agrressive reconnect strategy, WILL delay conxs
562+
bool _aggresiveReconn = false; // use an agrressive reconnect strategy, WILL delay conxs
563563
// on some conn failure modes will add delays and many retries to work around esp and ap bugs, ie, anti de-auth protections
564564
// https://github.com/tzapu/WiFiManager/issues/1067
565565
bool _allowExit = true; // allow exit in nonblocking, else user exit/abort calls will be ignored including cptimeout

0 commit comments

Comments
 (0)