mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
Added more options for RC interpolation channel selection.
This commit is contained in:
parent
6fa1a26e71
commit
9738a1cdd2
4 changed files with 70 additions and 24 deletions
|
@ -259,7 +259,7 @@ static const char * const lookupTableRcInterpolation[] = {
|
|||
};
|
||||
|
||||
static const char * const lookupTableRcInterpolationChannels[] = {
|
||||
"RP", "RPY", "RPYT"
|
||||
"RP", "RPY", "RPYT", "T", "RPT",
|
||||
};
|
||||
|
||||
static const char * const lookupTableLowpassType[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue