Fix issue preventing TX audio from resuming after going from TX->RX in full duplex mode.
parent
47bf1d84fb
commit
f26c009bc7
|
@ -876,6 +876,7 @@ void MainFrame::togglePTT(void) {
|
|||
}
|
||||
}
|
||||
g_tx = false;
|
||||
endingTx = false;
|
||||
|
||||
// tx-> rx transition, swap to the page we were on for last rx
|
||||
m_auiNbookCtrl->ChangeSelection(wxGetApp().appConfiguration.currentNotebookTab);
|
||||
|
|
Loading…
Reference in New Issue