You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the pull request #418
when inside a transaction we ignore the commands after the first
A transaction start with a command that request data and terminate when the data are returned or for timeout.
We can make a more robust system checking if the commands received inside a transaction are the same (repetition) or if different return an error (with a wrong CRC?) or no data.
The text was updated successfully, but these errors were encountered:
In the pull request
#418
when inside a transaction we ignore the commands after the first
A transaction start with a command that request data and terminate when the data are returned or for timeout.
We can make a more robust system checking if the commands received inside a transaction are the same (repetition) or if different return an error (with a wrong CRC?) or no data.
The text was updated successfully, but these errors were encountered: