Working on Echo mode.

This commit is contained in:
Joe Taylor
2022-07-21 12:53:27 -04:00
parent fd4a2e3b61
commit a69e3756b6
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -4691,9 +4691,11 @@ void MainWindow::guiUpdate()
progressBar.setVisible(true);
progressBar.setFormat ("%v/%m");
if(m_auto and m_mode=="Echo" and m_bEchoTxOK) {
if(m_mode=="Echo") {
progressBar.setMaximum(3);
progressBar.setValue(int(s6));
int n=0;
if(m_transmitting or m_monitoring) n=int(s6)%3;
progressBar.setValue(n);
}
if(m_mode!="Echo") {
if(m_monitoring or m_transmitting) {