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:
parent
0a2444fe39
commit
6d51ab6e53
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue