1
0
Fork 0
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:
mikeller 2018-06-04 22:41:54 +12:00
parent 6fa1a26e71
commit 9738a1cdd2
4 changed files with 70 additions and 24 deletions

View file

@ -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[] = {