mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
Reworked altitude estimation. Made it work when ACC is disabled.
This commit is contained in:
parent
9053feb418
commit
6a03b48e7f
21 changed files with 127 additions and 135 deletions
|
@ -83,7 +83,7 @@ extern uint8_t __config_end;
|
|||
#include "fc/runtime_config.h"
|
||||
#include "fc/fc_msp.h"
|
||||
|
||||
#include "flight/altitudehold.h"
|
||||
#include "flight/altitude.h"
|
||||
#include "flight/failsafe.h"
|
||||
#include "flight/imu.h"
|
||||
#include "flight/mixer.h"
|
||||
|
@ -326,7 +326,8 @@ static const char * const lookupTableDebug[DEBUG_COUNT] = {
|
|||
"SCHEDULER",
|
||||
"STACK",
|
||||
"ESC_SENSOR_RPM",
|
||||
"ESC_SENSOR_TMP"
|
||||
"ESC_SENSOR_TMP",
|
||||
"ALTITUDE"
|
||||
};
|
||||
|
||||
#ifdef OSD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue