mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Telemetry frame updated
This commit is contained in:
parent
f4f1602c29
commit
dbf00c0899
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ void processBindFrame(uint8_t module, uint8_t * frame)
|
||||||
|
|
||||||
void processTelemetryFrame(uint8_t module, uint8_t * frame)
|
void processTelemetryFrame(uint8_t module, uint8_t * frame)
|
||||||
{
|
{
|
||||||
sportProcessTelemetryPacketWithoutCrc(&frame[2]);
|
sportProcessTelemetryPacketWithoutCrc(&frame[3]);
|
||||||
}
|
}
|
||||||
|
|
||||||
void processSpectrumFrame(uint8_t module, uint8_t * frame)
|
void processSpectrumFrame(uint8_t module, uint8_t * frame)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue