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:
parent
9b43839052
commit
2384088855
4 changed files with 46 additions and 39 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue