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