Fix issue preventing TX audio from resuming after going from TX->RX in full duplex mode.

ms-full-duplex-bug
Mooneer Salem 2024-01-14 23:31:01 -08:00
parent 47bf1d84fb
commit f26c009bc7
1 changed files with 1 additions and 0 deletions

View File

@ -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);