mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +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
|
@ -18,8 +18,6 @@
|
|||
#pragma once
|
||||
|
||||
typedef struct profile_s {
|
||||
uint8_t pidController; // 0 = multiwii original, 1 = rewrite from http://www.multiwii.com/forum/viewtopic.php?f=8&t=3671, 1, 2 = Luggi09s new baseflight pid
|
||||
|
||||
pidProfile_t pidProfile;
|
||||
|
||||
uint8_t defaultRateProfileIndex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue