-
-
Notifications
You must be signed in to change notification settings - Fork 212
GIGA R1, WiFiUDP::endPacket() fails after release 4.1.3 #944
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
Comments
Some further details that might help. I was debugging my code and discovered that even on MBED OS Release 4.1.1 WiFiUDP::endPacket() fails if it was preceded by some attempts to connect with a wrong password to an exisiting network. If I try to connect to some networks that does not exist, on the other hand, everything works fine. I was tempted to open a new issue and link it here, but I guess it can be treated as a single issue. Thank you |
@giorgiogallina thanks for the detailed report. I submitted a PR that should solve the problem. However I have just little doubt: your code is meant to fail the WiFi connection to a non existent WiFi Network, but what if the Network exists? I suppose the AP is no longer created... Am I right? |
Thank you @maidnl for your work. I will try it and let you know Yes you are correct about our code. |
It works, thank you very much! |
Dear developers,
following issue #858, which is still making me struggle, I am now facing the following issue:
If I try to send an UDP packet in Access Point mode, opened after having unsuccesfully tried to connect to some networks, the function
endPacket()
always fails after updating to 4.1.3 release of Arduino Mbed OS GIGA Boards. The problem persists in release 4.1.5.A bit of background: in my project, I need to:
I am attaching a simplified version of my code below, but I guess you can easily build up one on your own.
Many thanks for your contribution!
The text was updated successfully, but these errors were encountered: