mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2026-03-26 19:59:59 +00:00
Fix Sport polling bytes send without multi header and introduce sport polling header for multi (#126)
This commit is contained in:
committed by
pascallanger
parent
93e277bb0f
commit
64fb90960b
@@ -597,7 +597,9 @@ void pollSport()
|
||||
}
|
||||
SportIndexPolling = pindex ;
|
||||
RxIndex = 0;
|
||||
Serial_write(TxData[0]);
|
||||
#ifdef MULTI_TELEMETRY
|
||||
multi_send_header(MULTI_TELEMETRY_SPORT_POLLING, 1);
|
||||
#endif
|
||||
Serial_write(TxData[1]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user