1
0
Fork 0
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:
mikeller 2017-09-11 03:44:55 +12:00
parent 6bf755d0bd
commit 3bce54186c
8 changed files with 40 additions and 9 deletions

View file

@ -101,7 +101,9 @@ void telemetryInit(void)
#ifdef TELEMETRY_IBUS
initIbusTelemetry();
#endif
#if defined(USE_MSP_OVER_TELEMETRY)
initSharedMsp();
#endif
telemetryCheckState();
}