You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very nice work with the library.
I have one problem with it: the WiFi.reconnect. Do you think that it's OK to make this part optional?
Like, when the NTP.begin is called to receive a parameter that will say if the library should call the reconnect or not?
Please note that some projects are already handling these Wifi problems and the WifiReconnect improvement overlaps with them.
I can make a PR with this if you think that it's OK with you.
The text was updated successfully, but these errors were encountered:
Hi, this is a nice idea. I'll implement it with a optional parameter bool manage_wifi with true as default, so that it can be disabled if you like. I'll put a note here when it is in dev branch. Thanks!
Very nice work with the library.
I have one problem with it: the WiFi.reconnect. Do you think that it's OK to make this part optional?
Like, when the NTP.begin is called to receive a parameter that will say if the library should call the reconnect or not?
Please note that some projects are already handling these Wifi problems and the WifiReconnect improvement overlaps with them.
I can make a PR with this if you think that it's OK with you.
The text was updated successfully, but these errors were encountered: