1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

Created buffer for msp frames and improved msp over telemetry performance for CRSF.

This commit is contained in:
Curtis Bangert 2017-09-21 18:40:08 -04:00
parent 36c91c76f6
commit 4fd948cb24
14 changed files with 120 additions and 72 deletions

View file

@ -103,6 +103,7 @@ void telemetryInit(void)
#endif
#if defined(USE_MSP_OVER_TELEMETRY)
initSharedMsp();
initCrsfMspBuffer();
#endif
telemetryCheckState();