1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 16:25:16 +03:00

Fixes (TELEMETRY DATA0 missing)

This commit is contained in:
Bertrand Songis 2019-03-05 11:46:39 +01:00
parent b2e6d0da7a
commit 9fbff6e67d
4 changed files with 35 additions and 34 deletions

View file

@ -123,7 +123,7 @@ void processBindFrame(uint8_t module, uint8_t * frame)
void processTelemetryFrame(uint8_t module, uint8_t * frame)
{
sportProcessTelemetryPacketWithoutCrc(&frame[3]);
sportProcessTelemetryPacketWithoutCrc(&frame[2]);
}
void processSpectrumFrame(uint8_t module, uint8_t * frame)