Fixed #1: automatic repeat of CQ was not transmitting when setting was not checked

This commit is contained in:
Jordan Sherer
2018-12-01 16:59:17 -05:00
parent 4af1a14961
commit 5163a4a630
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ private slots:
void sendHeartbeat();
void on_hbMacroButton_toggled(bool checked);
void on_hbMacroButton_clicked();
void sendCQ();
void sendCQ(bool repeat=false);
void on_cqMacroButton_toggled(bool checked);
void on_cqMacroButton_clicked();
void on_replyMacroButton_clicked();