-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Network timeout #15
Comments
Sorry, was a bit busy. |
Im using an Alfa dual band usb adapter and the realtek software for using as an ap shows the lifetime counter it looks like it pings the ips somehow and resets if it sees it as live |
With this setup, energy savings settings are more likely than before. But, it is just a guess. |
I have also been experiencing this problem. I have multiple nodes running this code and they all reset at around 20 min. Is there a way to disable this counter and/or set it to infinity? |
I solved this in the following way: `// connect to wifi – returns true if successful or false if not WiFi.begin(ssid, password); // Wait for connection Serial.println("WiFi connected"); return state; The modification is not very clean. Surely this function can be improved. |
Code seems stable but when the node connects without artnet data being sent it renews its lifetime counter for 20:00 if i send artnet data the timer never renews and eventually the unit disconnects and reboots. If I ping the unit then the timer stays live and connection stays stable. Do you know why it does this?
The text was updated successfully, but these errors were encountered: