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

SERVOx_FUNCTION: run out of options using AP_Int8 #12744

Closed
IamPete1 opened this issue Nov 1, 2019 · 1 comment · Fixed by #13177
Closed

SERVOx_FUNCTION: run out of options using AP_Int8 #12744

IamPete1 opened this issue Nov 1, 2019 · 1 comment · Fixed by #13177

Comments

@IamPete1
Copy link
Member

IamPete1 commented Nov 1, 2019

We have now filled the number of servo output functions available using a Int8 parameter.

Int8 has a max value of 127, if we were to go to Int16 that would give us 32767.

I attempted a fix but failed on the parameter conversion.

@rmackay9
Copy link
Contributor

rmackay9 commented Nov 1, 2019

yes, parameter conversions can be tough. RC_Channel has some param conversion code that might be helpful but it's a guess. we should probably add a developer wiki page at some point with advice.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants