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:
parent
b2e6d0da7a
commit
9fbff6e67d
4 changed files with 35 additions and 34 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue