-
Notifications
You must be signed in to change notification settings - Fork 1
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
Changes for the next major version #34
Comments
sendRtrMessage()
accept an expected response length, rather than an array of bytes
The command to get elements from #35 should have a buffer field for elements. This will prevent having to write, read, and delete a file in order to get the data, and prevents multiple reads (to get the element metadata, you have to read the element anyways). |
Honestly all DFU parsing functions would be better off in a separate library |
|
We should remove the concept of registering a device to the HAL from |
|
sendRtrMessage()
accept an expected response length, rather than an array of bytesThe text was updated successfully, but these errors were encountered: