mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +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
|
@ -64,5 +64,6 @@ typedef enum {
|
|||
DEBUG_STACK,
|
||||
DEBUG_ESC_SENSOR_RPM,
|
||||
DEBUG_ESC_SENSOR_TMP,
|
||||
DEBUG_ALTITUDE,
|
||||
DEBUG_COUNT
|
||||
} debugType_e;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue