1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

Better Clearing when toggling inbetween modes

This commit is contained in:
borisbstyle 2015-12-09 23:16:22 +01:00
parent 0a2444fe39
commit 6d51ab6e53
2 changed files with 3 additions and 1 deletions

View file

@ -598,6 +598,8 @@ void processRx(void)
} else {
allowITermShrinkOnly = false; // Reset shrinking for Iterm
}
} else {
allowITermShrinkOnly = false; // Reset shrinking. Usefull when flipping between normal and AIR mode
}
}