Skip to content
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

fix(modem): Fixed UART task to check for buffered data periodically #540

Merged

Conversation

david-cermak
Copy link
Collaborator

If we're missing an UART DATA event, or more data than we read are coming from one event, we would never get another event with the buffered data.

Solution

Checking the data periodically (every 100ms) if no event's coming.

Closes

#536

@david-cermak david-cermak self-assigned this Mar 26, 2024
@david-cermak david-cermak linked an issue Mar 26, 2024 that may be closed by this pull request
3 tasks
@david-cermak david-cermak merged commit c4d9cc6 into espressif:master Apr 11, 2024
110 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Response Issue in CMUX Mode (IDFGH-12431)
2 participants