mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
added FY90Q buyild target to Makefile
fixed mag calibration finally I think... heading + mag declination calculation done using better precision. increased gyro bias calculation to 1000. git-svn-id: https://afrodevices.googlecode.com/svn/trunk/baseflight@163 7c89a4a9-59b9-e629-4cfe-3a2d53b20e61
This commit is contained in:
parent
572d5827cc
commit
8fb580d3f5
8 changed files with 2558 additions and 2850 deletions
|
@ -120,7 +120,7 @@ int main(void)
|
|||
}
|
||||
|
||||
previousTime = micros();
|
||||
calibratingG = 400;
|
||||
calibratingG = 1000;
|
||||
|
||||
// loopy
|
||||
while (1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue