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

[INAV 8.0.0] Mixer speed value overflow #2324

Open
davidk-ro opened this issue Jan 24, 2025 · 1 comment
Open

[INAV 8.0.0] Mixer speed value overflow #2324

davidk-ro opened this issue Jan 24, 2025 · 1 comment
Milestone

Comments

@davidk-ro
Copy link

In the Mixer tab, setting speed larger than 127us/s causes overflow (e.g. set 128us/s will cause it to display -127us/s)
The value should be an unsigned char 8bit or at least some check so it can't overflow.

@sensei-hacker
Copy link
Collaborator

Fixed in #2326 , assuming that gets merged.

@b14ckyy b14ckyy added this to the 8.1 milestone Jan 26, 2025
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

No branches or pull requests

3 participants