We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e0b767 + 8a3cff4 commit 98d4219Copy full SHA for 98d4219
src/src/tx_main.cpp
@@ -717,6 +717,8 @@ static void UARTdisconnected()
717
{
718
hwTimer::stop();
719
setConnectionState(noCrossfire);
720
+ // Since not going from connected -> disconnected, set LQ=0 to make sure the handset knows we stopped TXing when it comes back
721
+ linkStats.uplink_Link_quality = 0;
722
}
723
724
static void UARTconnected()
0 commit comments