-
Notifications
You must be signed in to change notification settings - Fork 3k
Replaced in ESP8266::_oob_* recv() with scanf() #11459
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
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.
How about _oob_connection_status()
?
6d3e350
to
c0e296a
Compare
@VeijoPesonen , it is tricky to have |
c0e296a
to
bf74385
Compare
`ATCmdParser::recv()` should be used when we skim through data trying to look for something and `ATCmdParser::scanf()` is to be used when we know what we are supposed to get- as in `_oob_*` functions, except from `_oob_connection_status()`
@dmaziec1, thank you for your changes. |
bf74385
to
9ddef62
Compare
Good, I hadn't realized that myself. |
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.
Looks good to me.
CI started |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
Test run: FAILEDSummary: 3 of 4 test jobs failed Failed test jobs:
|
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Is this refactor, I am more inclined to mark this as fix to be in 5.14.x ? |
This is refactoring. |
Description
ATCmdParser::recv()
should be used when we skim through data trying to look for something andATCmdParser::scanf()
is to be used when we know what we are supposed to get- as in_oob_*
functions, except from_oob_connection_status()
Pull request type
Reviewers
@VeijoPesonen
@SeppoTakalo
@AnttiKauppila
@michalpasztamobica
Release Notes