mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
add POSITION_ALT_SOURCE lookup table to enum
add cli setting to choose alt source modify alt calculation
This commit is contained in:
parent
ee0ac209c3
commit
fe4c3ac149
5 changed files with 60 additions and 12 deletions
|
@ -133,6 +133,7 @@ typedef enum {
|
|||
TABLE_LEDSTRIP_COLOR,
|
||||
#endif
|
||||
TABLE_GYRO_FILTER_DEBUG,
|
||||
TABLE_POSITION_ALT_SOURCE,
|
||||
LOOKUP_TABLE_COUNT
|
||||
} lookupTableIndex_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue