mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 03:50:02 +03:00
smoothing fix level mode
This commit is contained in:
parent
86aa5cc84e
commit
4ef02928e0
3 changed files with 31 additions and 3 deletions
|
@ -5018,7 +5018,7 @@ static void cliRcSmoothing(const char *cmdName, char *cmdline)
|
|||
cliPrintLine("(auto)");
|
||||
}
|
||||
cliPrintf("# Active throttle cutoff: %dhz ", rcSmoothingData->throttleCutoffFrequency);
|
||||
if (rcSmoothingData->ffCutoffSetting) {
|
||||
if (rcSmoothingData->throttleCutoffSetting) {
|
||||
cliPrintLine("(manual)");
|
||||
} else {
|
||||
cliPrintLine("(auto)");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue