Decoder should wait 2 seconds after transmit before trying to decode again
This commit is contained in:
+1
-1
@@ -4053,7 +4053,7 @@ bool MainWindow::decode(qint32 k){
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
int threshold = 1000; // one second
|
int threshold = 2000; // two seconds
|
||||||
if(isInDecodeDelayThreshold(threshold)){
|
if(isInDecodeDelayThreshold(threshold)){
|
||||||
if(JS8_DEBUG_DECODE) qDebug() << "--> decoder paused for" << threshold << "ms after transmit stop";
|
if(JS8_DEBUG_DECODE) qDebug() << "--> decoder paused for" << threshold << "ms after transmit stop";
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user