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

servo mixer send uint values #2326

Merged
merged 1 commit into from
Mar 26, 2025

Conversation

sensei-hacker
Copy link
Collaborator

@sensei-hacker sensei-hacker commented Jan 25, 2025

In the servo mixer, the following are UNsigned ints:

Servo number
Input source
Speed

Because they populate a servoMixer_t:
https://github.com/iNavFlight/inav/blob/d1ef85e82d8aa5bb8b85e518893c8e4f6ab61d6e/src/main/flight/servos.h#L128

They are read as unsigned values:
https://github.com/iNavFlight/inav/blob/d1ef85e82d8aa5bb8b85e518893c8e4f6ab61d6e/src/main/fc/fc_msp.c#L2271

See:
#2324

@MrD-RC MrD-RC added this to the 8.1 milestone Jan 25, 2025
@MrD-RC
Copy link
Collaborator

MrD-RC commented Jan 25, 2025

Could this be rebased on the 8.x.x branch. This should be in the next release.

@sensei-hacker sensei-hacker changed the base branch from master to maintenance-8.x.x January 25, 2025 17:26
@sensei-hacker sensei-hacker reopened this Jan 25, 2025
@b14ckyy b14ckyy added the Bugfix label Jan 26, 2025
@mmosca mmosca merged commit 7bf1622 into iNavFlight:maintenance-8.x.x Mar 26, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants