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
I wrote a simple sketch, that opens an udp port after a Connection to a WiFi AP was made.
As soon as the AP was turned off, feather crashed completly (execution of the sketch stopped and Arduino's monitoring window could not be closed. Reuploading wasn't possible either until resetting the feather.
I don't know if it's crucial, but I registered feather's disconnect callback to a simple Serial print Output function without any additional code.
The issue has been resolved by adding udp.stop() to feathers disconnect callback.
The text was updated successfully, but these errors were encountered:
I wrote a simple sketch, that opens an udp port after a Connection to a WiFi AP was made.
As soon as the AP was turned off, feather crashed completly (execution of the sketch stopped and Arduino's monitoring window could not be closed. Reuploading wasn't possible either until resetting the feather.
I don't know if it's crucial, but I registered feather's disconnect callback to a simple Serial print Output function without any additional code.
The issue has been resolved by adding udp.stop() to feathers disconnect callback.
The text was updated successfully, but these errors were encountered: