Skip to content

Commit 7c1824c

Browse files
committed
ease esp8266 wifi retries
1 parent 6e937ca commit 7c1824c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

examples/LiveNetworkNode/LiveNetworkNode.ino

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,6 @@ void setup() {
374374

375375
ZeroWiFiMaintainer::Config wifiConfig;
376376
#if defined(ARDUINO_ARCH_ESP8266)
377-
wifiConfig.retryBaseMs = 1500;
378-
wifiConfig.retryMaxMs = 8000;
379-
wifiConfig.retryJitterMs = 250;
380377
wifiConfig.stablePollMultiplier = 2;
381378
#endif
382379
wifiConfig.manageCapabilities = true;

0 commit comments

Comments
 (0)