mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-09 22:48:12 +00:00
Merge branch 'master' of https://github.com/pascallanger/DIY-Multiprotocol-TX-Module into benlye-multi-new
This commit is contained in:
commit
5ca0d31606
@ -90,6 +90,9 @@ static void multi_send_header(uint8_t type, uint8_t len)
|
|||||||
|
|
||||||
static void multi_send_status()
|
static void multi_send_status()
|
||||||
{
|
{
|
||||||
|
#ifdef SPORT_POLLING
|
||||||
|
rx_pause();
|
||||||
|
#endif
|
||||||
multi_send_header(MULTI_TELEMETRY_STATUS, 5);
|
multi_send_header(MULTI_TELEMETRY_STATUS, 5);
|
||||||
|
|
||||||
// Build flags
|
// Build flags
|
||||||
|
Loading…
x
Reference in New Issue
Block a user