mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Merge pull request #6447 from bforbort/vario
Enable Vario on targets that support barometers
This commit is contained in:
commit
ea6c21f1e6
12 changed files with 64 additions and 5 deletions
|
@ -56,6 +56,10 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef USE_BARO
|
||||
#undef USE_VARIO
|
||||
#endif
|
||||
|
||||
#if !defined(USE_SERIAL_RX)
|
||||
#undef USE_SERIALRX_CRSF
|
||||
#undef USE_SERIALRX_IBUS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue