1
0
Fork 0
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:
timecop 2012-06-14 03:35:23 +00:00
parent 572d5827cc
commit 8fb580d3f5
8 changed files with 2558 additions and 2850 deletions

View file

@ -120,7 +120,7 @@ int main(void)
}
previousTime = micros();
calibratingG = 400;
calibratingG = 1000;
// loopy
while (1) {