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
Sometimes, after hours or days, my pico running your software, can get disconnected to the wlan. It seems as it does not attempt to log back on should this happen. The problem is solved if I shut down power supply, and boot up again.
I've tried to look through the logic of your code, but I am a newbie, and struggle to find this ongoing test. What I mean is explained in the following psudo code:
While program is running:
if connection_status == connected:
pass
else:
initiate_new_connection_to_wlan_method()
You could consider how many attempts should be done before another action where to take place. E.g. shutdown, alert, or similar.
Now it could very well be that you already have this logic implemented in your code. And that the issue is on my local network or router set-up. If so, I would be grateful to hear back from you.
If, however you don't have this logic implemented, I would welcome you to patch this feature or point me to the lines where I should look at tweaking it for myself.
Love your framework by the way! I am well on my way to get the smartest garage in the entire neighbourhood 🥇
The text was updated successfully, but these errors were encountered:
Sometimes, after hours or days, my pico running your software, can get disconnected to the wlan. It seems as it does not attempt to log back on should this happen. The problem is solved if I shut down power supply, and boot up again.
I've tried to look through the logic of your code, but I am a newbie, and struggle to find this ongoing test. What I mean is explained in the following psudo code:
You could consider how many attempts should be done before another action where to take place. E.g. shutdown, alert, or similar.
Now it could very well be that you already have this logic implemented in your code. And that the issue is on my local network or router set-up. If so, I would be grateful to hear back from you.
If, however you don't have this logic implemented, I would welcome you to patch this feature or point me to the lines where I should look at tweaking it for myself.
Love your framework by the way! I am well on my way to get the smartest garage in the entire neighbourhood 🥇
The text was updated successfully, but these errors were encountered: