mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 19:58:13 +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()
|
||||
{
|
||||
#ifdef SPORT_POLLING
|
||||
rx_pause();
|
||||
#endif
|
||||
multi_send_header(MULTI_TELEMETRY_STATUS, 5);
|
||||
|
||||
// Build flags
|
||||
|
Loading…
x
Reference in New Issue
Block a user