-
-
Notifications
You must be signed in to change notification settings - Fork 99
WiFiS3 At improvements #349
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
d2b67ac to
b2def71
Compare
b2def71 to
497d353
Compare
497d353 to
6069b31
Compare
6069b31 to
9ce159f
Compare
|
Testing core sketches using AT commands: |
d04da60 to
649ecb8
Compare
|
Fixed the issue that was making the tests @pennam mentioned in the previous comment: https://github.com/andreagilardoni/ArduinoCore-renesas/blob/649ecb8b5fa2665fc555a1cd29440b85b6614cac/libraries/WiFiS3/src/Modem.cpp#L229 |
6d1bc4c to
c09ffd6
Compare
This commit aims to change the logic of the parse function from repeatedly calling a find on the buffer of incoming data to an approach based on FSM for parsing a stream of chars
2b3843a to
f33f6e3
Compare
|
Testing core sketches using AT commands:
|
Improving the AT parsing function