1
0
Fork 0
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:
Miguel Angel Mulero Martinez 2018-06-15 15:08:09 +02:00
parent 9a06900c83
commit d63eecffaa
3 changed files with 17 additions and 10 deletions

View file

@ -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"