1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00

Merge pull request #6129 from McGiverGim/iterm_relax_decreasing_I

Add Iterm Relax INC modes
This commit is contained in:
Michael Keller 2018-07-09 22:43:33 +12:00 committed by GitHub
commit 5371350150
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 10 deletions

View file

@ -340,7 +340,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"