-
Notifications
You must be signed in to change notification settings - Fork 122
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
Disable Checksum check? #42
Comments
No, we also encounter this problem. LOL |
I've succeeded to "achieve" this by disabling the raising of the checksum error. Line 31 in 10c06f7
But it seems to cause side effects sometimes like raising Line 26 in 10c06f7
I've took the ugliness ever further, surrounded the So I'm trying to find what causes the size alignment issues in the case of ignored checksum error. |
Same at android app, can it be toggled off ? |
It can be done, but the main issue (as @RonAmihai mentioned) is the loss of byte alignment. |
Nice work @romanz - I added optional flag to enable/disable stop faults in my latest commit on my fork. I am going to add Reed Solomon FEC next. May take a few days as the day job is intruding. |
Is there a way to disable the check?
The text was updated successfully, but these errors were encountered: