mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Add Iterm Relax INC modes
This commit is contained in:
parent
9a06900c83
commit
d63eecffaa
3 changed files with 17 additions and 10 deletions
|
@ -339,7 +339,7 @@ static const char * const lookupTableVideoSystem[] = {
|
|||
|
||||
#if defined(USE_ITERM_RELAX)
|
||||
static const char * const lookupTableItermRelax[] = {
|
||||
"OFF", "RP", "RPY"
|
||||
"OFF", "RP", "RPY", "RP_INC", "RPY_INC"
|
||||
};
|
||||
static const char * const lookupTableItermRelaxType[] = {
|
||||
"GYRO", "SETPOINT"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue