mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-13 19:13:14 +00:00
Fix: small bug in telemetry for Hubsan
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user