mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Disabled MSP over telemetry for F1, re-enabled SERVOS.
This commit is contained in:
parent
6bf755d0bd
commit
3bce54186c
8 changed files with 40 additions and 9 deletions
|
@ -101,7 +101,9 @@ void telemetryInit(void)
|
|||
#ifdef TELEMETRY_IBUS
|
||||
initIbusTelemetry();
|
||||
#endif
|
||||
#if defined(USE_MSP_OVER_TELEMETRY)
|
||||
initSharedMsp();
|
||||
#endif
|
||||
|
||||
telemetryCheckState();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue