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

Open
wants to merge 1 commit into
base: maintenance-8.x.x
Choose a base branch
from

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
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.

3 participants