mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-10 13:08:13 +00:00
Fix: small bug in telemetry for Hubsan
This commit is contained in:
parent
017a21c17f
commit
c74de12ceb
@ -141,7 +141,7 @@ void frskyUpdate()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#if defined HUB_TELEMETRY
|
#if defined HUB_TELEMETRY
|
||||||
if(!telemetry_link)
|
if(!telemetry_link && (cur_protocol[0]&0x1F) != MODE_HUBSAN )
|
||||||
frsky_user_frame();
|
frsky_user_frame();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user