mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
allow 0 for looptime to go back to not-rate-limited loop.
git-svn-id: https://afrodevices.googlecode.com/svn/trunk/baseflight@183 7c89a4a9-59b9-e629-4cfe-3a2d53b20e61
This commit is contained in:
parent
c98113b82c
commit
75adda0597
4 changed files with 2372 additions and 2372 deletions
|
@ -89,7 +89,7 @@ void checkFirstTime(bool reset)
|
|||
featureClearAll();
|
||||
featureSet(FEATURE_VBAT);
|
||||
|
||||
cfg.looptime = 3000;
|
||||
cfg.looptime = 0;
|
||||
cfg.P8[ROLL] = 40;
|
||||
cfg.I8[ROLL] = 30;
|
||||
cfg.D8[ROLL] = 23;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue