mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Numeric Vario calculated with GPS altitude
This commit is contained in:
parent
b6408b3a32
commit
6a6193551c
4 changed files with 27 additions and 1 deletions
|
@ -208,6 +208,7 @@ acc_t acc;
|
|||
mag_t mag;
|
||||
|
||||
gpsSolutionData_t gpsSol;
|
||||
int16_t GPS_verticalSpeedInCmS;
|
||||
|
||||
uint8_t debugMode;
|
||||
int16_t debug[DEBUG16_VALUE_COUNT];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue