mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
[4.5.2] Make jeti telemetry default (#13952)
Make telemetry default for jeti (#13951)
This commit is contained in:
parent
dd3ca8336d
commit
f7697e22fe
1 changed files with 12 additions and 0 deletions
|
@ -232,9 +232,21 @@
|
|||
#endif
|
||||
|
||||
#if defined(USE_TELEMETRY_IBUS_EXTENDED) && !defined(USE_TELEMETRY_IBUS)
|
||||
#ifndef USE_TELEMETRY
|
||||
#define USE_TELEMETRY
|
||||
#endif
|
||||
#define USE_TELEMETRY_IBUS
|
||||
#endif
|
||||
|
||||
#ifdef USE_SERIALRX_JETIEXBUS
|
||||
#ifndef USE_TELEMETRY
|
||||
#define USE_TELEMETRY
|
||||
#endif
|
||||
#ifndef USE_TELEMETRY_JETIEXBUS
|
||||
#define USE_TELEMETRY_JETIEXBUS
|
||||
#endif
|
||||
#endif // USE_SERIALRX_JETIEXBUS
|
||||
|
||||
#if !defined(USE_SERIALRX_CRSF)
|
||||
#undef USE_TELEMETRY_CRSF
|
||||
#undef USE_CRSF_LINK_STATISTICS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue