mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Allow inflight adjustments for floating-point based PID controllers.
This commit is contained in:
parent
e33fd411c5
commit
f77a762b48
12 changed files with 295 additions and 34 deletions
|
@ -124,7 +124,7 @@ void updateAutotuneState(void)
|
|||
autotuneReset();
|
||||
landedAfterAutoTuning = false;
|
||||
}
|
||||
autotuneBeginNextPhase(¤tProfile->pidProfile, currentProfile->pidController);
|
||||
autotuneBeginNextPhase(¤tProfile->pidProfile);
|
||||
ENABLE_FLIGHT_MODE(AUTOTUNE_MODE);
|
||||
autoTuneWasUsed = true;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue