mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Enables Vario on targets that support barometers
OSD and telemetry output of vario data is enabled on F4 and up targets that have USE_BARO defined. Settings and telem elements are removed from all other targets. F3 targets are not supported to free memory.
This commit is contained in:
parent
adc965327f
commit
2e552841f1
12 changed files with 64 additions and 5 deletions
|
@ -25,4 +25,4 @@
|
|||
bool isAltitudeOffset(void);
|
||||
void calculateEstimatedAltitude(timeUs_t currentTimeUs);
|
||||
int32_t getEstimatedAltitudeCm(void);
|
||||
int16_t getEstimatedVario(void);
|
||||
int16_t getEstimatedVario(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue