1
0
Fork 0
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:
Mark Haslinghuis 2024-05-09 22:42:42 +02:00 committed by GitHub
parent d1ffa46aa6
commit d5af7d2254
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 39 additions and 1 deletions

View file

@ -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; }