mirror of
https://github.com/okalachev/flix.git
synced 2026-01-11 13:36:43 +00:00
Use only STAB mode by default
This commit is contained in:
@@ -68,10 +68,11 @@ void control() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void interpretRC() {
|
void interpretRC() {
|
||||||
|
// NOTE: put ACRO or MANUAL modes there if you want to use them
|
||||||
if (controls[RC_CHANNEL_MODE] < 0.25) {
|
if (controls[RC_CHANNEL_MODE] < 0.25) {
|
||||||
mode = MANUAL;
|
mode = STAB;
|
||||||
} else if (controls[RC_CHANNEL_MODE] < 0.75) {
|
} else if (controls[RC_CHANNEL_MODE] < 0.75) {
|
||||||
mode = ACRO;
|
mode = STAB;
|
||||||
} else {
|
} else {
|
||||||
mode = STAB;
|
mode = STAB;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user