mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
wait for altitude offset to be applied before updating idleTask data
This commit is contained in:
parent
babebe32f2
commit
911c8e406c
3 changed files with 12 additions and 1 deletions
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include "common/time.h"
|
||||
|
||||
bool isAltitudeOffset(void);
|
||||
void calculateEstimatedAltitude(timeUs_t currentTimeUs);
|
||||
int32_t getEstimatedAltitude(void);
|
||||
int16_t getEstimatedVario(void);
|
Loading…
Add table
Add a link
Reference in a new issue