mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Restricted Dterm lowpass filter options (#5492)
* Restricted allowed filter types for Dterm lowpass 1 * Fixed output of CLI lookup entires with skips * Reverted trailing NULLs * Revert whitespace changes
This commit is contained in:
parent
b98bdcc3f8
commit
a453063dd7
2 changed files with 14 additions and 1 deletions
|
@ -58,6 +58,7 @@ typedef enum {
|
|||
TABLE_RC_INTERPOLATION,
|
||||
TABLE_RC_INTERPOLATION_CHANNELS,
|
||||
TABLE_LOWPASS_TYPE,
|
||||
TABLE_DTERM_LOWPASS_TYPE,
|
||||
TABLE_FAILSAFE,
|
||||
TABLE_CRASH_RECOVERY,
|
||||
#ifdef USE_CAMERA_CONTROL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue