mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
Add CRSF vario sensor support (#13558)
This commit is contained in:
parent
d1ffa46aa6
commit
d5af7d2254
5 changed files with 39 additions and 1 deletions
|
@ -428,6 +428,8 @@ extern "C" {
|
|||
|
||||
int32_t getEstimatedAltitudeCm(void) { return gpsSol.llh.altCm; }
|
||||
|
||||
int16_t getEstimatedVario(void) { return 0; }
|
||||
|
||||
int32_t getMAhDrawn(void) { return testmAhDrawn; }
|
||||
|
||||
bool isArmingDisabled(void) { return false; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue