mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Fixed wrong altitude in DEFAULT (GPS + BARO) mode
This commit is contained in:
parent
a6b9560b48
commit
dc409c29fe
3 changed files with 20 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
|
||||
typedef struct positionConfig_s {
|
||||
uint8_t altSource;
|
||||
uint8_t gpsAltMinSats;
|
||||
} positionConfig_t;
|
||||
|
||||
PG_DECLARE(positionConfig_t, positionConfig);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue