mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
integrated tommie's eeprom sanity check. much less chances of new firmware screwing up due to old config version.
fixed pwm init for airplane mode mistakenly deleting motors from the mix. flyingwing should really work now. removed led debug from althold git-svn-id: https://afrodevices.googlecode.com/svn/trunk/baseflight@223 7c89a4a9-59b9-e629-4cfe-3a2d53b20e61
This commit is contained in:
parent
9d5bfdb60b
commit
1dea2b3b3b
7 changed files with 2952 additions and 2900 deletions
|
@ -319,7 +319,6 @@ void getEstimatedAltitude(void)
|
|||
return;
|
||||
dTime = currentTime - deadLine;
|
||||
deadLine = currentTime;
|
||||
LED0_TOGGLE;
|
||||
|
||||
// **** Alt. Set Point stabilization PID ****
|
||||
baroHistTab[baroHistIdx] = BaroAlt / 10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue