]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
new command #BS that brings up bandstack window
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Fri, 7 Jan 2022 16:05:46 +0000 (21:35 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Fri, 7 Jan 2022 16:05:46 +0000 (21:35 +0530)
rigctl.c

index 2a78125c9559042b73407b2cd35a3370afdbf098..a925c72e44d6e1fb17d1fd65de41f719681c4c3b 100644 (file)
--- a/rigctl.c
+++ b/rigctl.c
@@ -37,6 +37,7 @@
 #include "filter_menu.h"
 #include "mode.h"
 #include "new_protocol.h"
+#include "new_menu.h"
 #include "noise_menu.h"
 #include "old_protocol.h"
 #include "radio.h"
@@ -2817,6 +2818,9 @@ int parse_cmd(void *data) {
       // read busy signal
       implemented = FALSE;
       break;
+    case 'S': // BS
+      // start bandstack
+      start_bandstack();
     default:
       implemented = FALSE;
       break;