1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 09:16:07 +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

@ -305,7 +305,7 @@ void loop(void)
rcDelayCommand++;
if (rcData[YAW] < cfg.mincheck && rcData[PITCH] < cfg.mincheck && armed == 0) {
if (rcDelayCommand == 20) {
calibratingG = 400;
calibratingG = 1000;
if (feature(FEATURE_GPS))
GPS_reset_home_position();
}