Bump to 25Hz buffer
This commit is contained in:
parent
e27e7baec9
commit
29cb01697a
@ -9284,7 +9284,7 @@ void MainWindow::processCommandActivity() {
|
|||||||
auto d = m_rxCommandQueue.dequeue();
|
auto d = m_rxCommandQueue.dequeue();
|
||||||
|
|
||||||
bool isAllCall = isAllCallIncluded(d.to);
|
bool isAllCall = isAllCallIncluded(d.to);
|
||||||
bool isNear = abs(d.freq - currentFreqOffset()) <= 110; // 100Hz + a 10Hz buffer
|
bool isNear = abs(d.freq - currentFreqOffset()) <= 125; // 100Hz + a 25Hz buffer
|
||||||
bool isGroupCall = isGroupCallIncluded(d.to) && isNear;
|
bool isGroupCall = isGroupCallIncluded(d.to) && isNear;
|
||||||
|
|
||||||
qDebug() << "try processing command" << d.from << d.to << d.cmd << d.freq << d.grid << d.extra;
|
qDebug() << "try processing command" << d.from << d.to << d.cmd << d.freq << d.grid << d.extra;
|
||||||
|
Loading…
Reference in New Issue
Block a user