mirror of
https://github.com/okalachev/flix.git
synced 2025-07-27 17:49:33 +00:00
Use only STAB mode by default
This commit is contained in:
parent
2d365dcffe
commit
26a028ff66
@ -68,10 +68,11 @@ void control() {
|
||||
}
|
||||
|
||||
void interpretRC() {
|
||||
// NOTE: put ACRO or MANUAL modes there if you want to use them
|
||||
if (controls[RC_CHANNEL_MODE] < 0.25) {
|
||||
mode = MANUAL;
|
||||
mode = STAB;
|
||||
} else if (controls[RC_CHANNEL_MODE] < 0.75) {
|
||||
mode = ACRO;
|
||||
mode = STAB;
|
||||
} else {
|
||||
mode = STAB;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user