mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-09 22:18:14 +00:00
Fix multi status (#132)
This commit is contained in:
parent
68dcc75949
commit
1bc2dd2964
@ -599,6 +599,8 @@ void pollSport()
|
||||
RxIndex = 0;
|
||||
#ifdef MULTI_TELEMETRY
|
||||
multi_send_header(MULTI_TELEMETRY_SPORT_POLLING, 1);
|
||||
#else
|
||||
Serial_write(TxData[0]);
|
||||
#endif
|
||||
Serial_write(TxData[1]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user