SELCALL checked should disable repeat transmissions
This commit is contained in:
parent
3d3be02830
commit
19cb0b859d
@ -2716,6 +2716,10 @@ void MainWindow::on_selcalButton_toggled(bool checked){
|
||||
clearCallsignSelected();
|
||||
}
|
||||
|
||||
if(checked){
|
||||
resetAutomaticIntervalTransmissions(true, true);
|
||||
}
|
||||
|
||||
resetPushButtonToggleText(ui->selcalButton);
|
||||
|
||||
displayCallActivity();
|
||||
|
Loading…
Reference in New Issue
Block a user