1
0
Fork 0
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:
Mark Haslinghuis 2024-10-04 17:01:11 +02:00 committed by GitHub
parent dd3ca8336d
commit f7697e22fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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