mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-09 22:28:12 +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;
|
||||
}
|
||||
#if defined HUB_TELEMETRY
|
||||
if(!telemetry_link)
|
||||
if(!telemetry_link && (cur_protocol[0]&0x1F) != MODE_HUBSAN )
|
||||
frsky_user_frame();
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user