mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Adding ibus telemetry.
This commit is contained in:
parent
8a9235f4f8
commit
06775e5c51
9 changed files with 483 additions and 12 deletions
|
@ -48,6 +48,7 @@
|
|||
#include "telemetry/mavlink.h"
|
||||
#include "telemetry/crsf.h"
|
||||
#include "telemetry/srxl.h"
|
||||
#include "telemetry/ibus.h"
|
||||
|
||||
static telemetryConfig_t *telemetryConfig;
|
||||
|
||||
|
@ -82,6 +83,9 @@ void telemetryInit(void)
|
|||
#ifdef TELEMETRY_SRXL
|
||||
initSrxlTelemetry();
|
||||
#endif
|
||||
#ifdef TELEMETRY_IBUS
|
||||
initIbusTelemetry();
|
||||
#endif
|
||||
|
||||
telemetryCheckState();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue