1
0
Fork 0
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:
Maciej Bunia 2019-04-24 10:21:46 +02:00 committed by Maciej Bunia
parent ee0ac209c3
commit fe4c3ac149
5 changed files with 60 additions and 12 deletions

View file

@ -133,6 +133,7 @@ typedef enum {
TABLE_LEDSTRIP_COLOR,
#endif
TABLE_GYRO_FILTER_DEBUG,
TABLE_POSITION_ALT_SOURCE,
LOOKUP_TABLE_COUNT
} lookupTableIndex_e;