1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00

Requested changes, cleanup and control logic updates

Also added a new parameter acro_trainer_gain to allow adjustments to the limiting strength.
This commit is contained in:
Bruce Luckcuck 2018-05-26 16:16:35 -04:00
parent 9b43839052
commit 2384088855
4 changed files with 46 additions and 39 deletions

View file

@ -94,7 +94,7 @@ static const box_t boxes[CHECKBOX_ITEM_COUNT] = {
{ BOXPIDAUDIO, "PID AUDIO", 44 },
{ BOXPARALYZE, "PARALYZE", 45 },
{ BOXGPSRESCUE, "GPS RESCUE", 46 },
{ BOXACROTRAINER, "ACRO TRAINER", 47},
{ BOXACROTRAINER, "ACRO TRAINER", 47 },
};
// mask of enabled IDs, calculated on startup based on enabled features. boxId_e is used as bit index