-
Notifications
You must be signed in to change notification settings - Fork 3k
ESP8266 "busy s..." fix (ONME-4352) #11817
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
Conversation
@AnttiKauppila, thank you for your changes. |
This requires now manual verification, but if all assumptions are correct, it might be the right solution. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified the fix with ~200 functional test-case repeats.
This seems to work better now. Seppo still wanted some more logs, but that can be done as a separate task. Let's try to get this in. |
@AnttiKauppila Please add this to the bugfix commit message:
also I'll fix pr merge in the meantime |
I started CI, but still would like to have above ^^ |
As soon as the |
fc04ffa
to
4ce38ca
Compare
Made a new commit enabling some more logging so that we see the full picture what is happening in this scenario. When tests have been run, I will need to remove the logging before we proceed with merging |
CI started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
4ce38ca
to
dcf0d97
Compare
oob handling added for OK in busy scenario Fixed spellcheck error trace added for ok
dcf0d97
to
d5fdcfd
Compare
@AnttiKauppila what extra changes have come in after your forced push? Looks like this should need a re-review ? |
I will however start the ci in the meantime |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
@adbridge This logging was removed because we don't want to have it in master +rebase with master of course |
Description (required)
ESP8266 modem might return "busy s..." when application tries to send. That means modem is still busy sending some previous data. ESP specification is not 100% accurate how this scenario should be treated, but we found some information that we should wait until we receive "SEND OK" from modem and then try again. This PR tries to do that.
This is not easy to reproduce so we will need approval from different stakeholders before we can merge this in. -> "do not merge" label added for now.
Summary of change (What the change is for and why)
Documentation (Details of any document updates required)
Pull request type (required)
Test results (required)
Reviewers (optional)
@ARMmbed/mbed-os-ipcore @teetak01 @anttiylitokola
Release Notes (required for feature/major PRs)
Summary of changes
Fix for https://jira.arm.com/browse/ONME-4352
Impact of changes
Migration actions required