forkineye / E131

E1.31 (sACN) library for Arduino with ESP8266 support
127 stars 44 forks source link

WiFi Connect Retry? #30

Closed neowolfwitch closed 3 years ago

neowolfwitch commented 4 years ago

I can't find anything in the docs for this, so it may not be possible (if so- please consider this a feature request)... It would be great if there was a way to set a retry number (0-unlimited) for the WiFi connection. Occasionally my ESP8266 devices won't connect on the first attempt and they need to be reset. I know I can set a longer timeout (WIFI_CONNECT_TIMEOUT), but some retry option would be wonderful, like WIFI_CONNECT_RETRY=10.

Thanks!

neowolfwitch commented 3 years ago

Sorry, should have read docs more closely, and new to these controllers. Obviously not a real problem. Closing.