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 the hex to bin conversion in hex mode reading #53

Merged
merged 1 commit into from Jul 7, 2022
Merged

Fix the hex to bin conversion in hex mode reading #53

merged 1 commit into from Jul 7, 2022

Conversation

ghost
Copy link

@ghost ghost commented Jul 7, 2022

dataSizeBytes is already adjusted together with totalReceivedSize, resulting in a too small value for x.
The consequence of this issue is that blocks of bytes at the end of long reads are replaced by zeroes.

dataSizeBytes is already adjusted together with totalReceivedSize, resulting in a too small value for x.
The consequence of this issue is that blocks of bytes at the end of long reads are replaced by zeroes.
@RobMeades
Copy link
Contributor

Very well spotted! Let me run a quick test.

@RobMeades
Copy link
Contributor

All tests have passed, merging, thanks!

@RobMeades RobMeades merged commit 91b89d0 into u-blox:master Jul 7, 2022
@ghost ghost deleted the fix/cell_hex_mode branch July 8, 2022 13:05
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.

1 participant