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

Switchable RC Rate/Expo and Pitch/Roll/Yaw Rates. #284

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

readerror67
Copy link
Contributor

No description provided.

@ghost
Copy link

ghost commented Jul 4, 2015

Your changes violate the baseflight coding style guidelines: http://dev.baseflight.net:8080/job/Baseflight%20Pull%20Requests/ws/git_diff_320.html

serialize8(cfg.rcRate8[ACRO_OFF]);
serialize8(cfg.rcExpo8[ACRO_OFF]);
serialize8(cfg.rollPitchRate[ACRO_OFF][0]); // here for legacy support
serialize8(cfg.yawRate[ACRO_OFF]);
serialize8(cfg.dynThrPID);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this doesnt even make sense

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is so OSD and Android apps etc can still view and set the first profile.

@tracernz
Copy link
Contributor

tracernz commented Jul 5, 2015

This would be great for 250s, low rates for racing, high rates for acro.

@readerror67
Copy link
Contributor Author

merge merge merge

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

Successfully merging this pull request may close these issues.

3 participants