WiFi.setAutoReconnect(true) --> time interval adjustable
Posted: Sat Aug 13, 2022 5:08 am
is there a "switch" that allows me to set the time interval when the 8266 tries to reconnect after losing wifi connect?
Standard seems to be 1 second.
At least the serial monitor shows ~3 seconds:
I would like to extend this interval significantly, but could not find anything in the docs.
If this were possible I could use it as an alternative to my problem here
RECONNECT PROBLEMS WITH WIFI, SOMETIMES LOOSING RAM
ESP8266 with 3.0.2
Thanks
Peff
Standard seems to be 1 second.
At least the serial monitor shows ~3 seconds:
Code: Select all
scandone
no "WIFINAME" found, reconnect after 1s
reconnet
I would like to extend this interval significantly, but could not find anything in the docs.
If this were possible I could use it as an alternative to my problem here
RECONNECT PROBLEMS WITH WIFI, SOMETIMES LOOSING RAM
ESP8266 with 3.0.2
Thanks
Peff