mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Show rates on OLED rate display page.
Other minor display cleanups and improvements.
This commit is contained in:
parent
f5a0f9d3b2
commit
daef382dd9
2 changed files with 46 additions and 12 deletions
|
@ -282,6 +282,10 @@ uint8_t getCurrentControlRateProfile(void)
|
|||
return currentControlRateProfileIndex;
|
||||
}
|
||||
|
||||
controlRateConfig_t *getControlRateConfig(uint8_t profileIndex) {
|
||||
return &masterConfig.controlRateProfiles[profileIndex];
|
||||
}
|
||||
|
||||
static void setControlRateProfile(uint8_t profileIndex)
|
||||
{
|
||||
currentControlRateProfileIndex = profileIndex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue