mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
parent
b475a7064d
commit
16c9a92f49
14 changed files with 94 additions and 31 deletions
|
@ -621,7 +621,7 @@ static void processMultiTelemetryByte(const uint8_t data, uint8_t module)
|
|||
debugPrintf("[%02X%02X %02X%02X] ", rxBuffer[i*4+2], rxBuffer[i*4 + 3],
|
||||
rxBuffer[i*4 + 4], rxBuffer[i*4 + 5]);
|
||||
}
|
||||
debugPrintf("\r\n");
|
||||
debugPrintf(CRLF);
|
||||
#endif
|
||||
// Packet is complete, process it
|
||||
processMultiTelemetryPaket(rxBuffer, module);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue