mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-10 00:18:15 +00:00
Sport polling fix
This commit is contained in:
parent
7debad6c67
commit
ebd44d9628
@ -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