From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Fri, 7 Jan 2022 16:05:46 +0000 (+0530)
Subject: new command #BS that brings up bandstack window
X-Git-Url: https://git.rkrishnan.org/pf/content/en/seg/simplejson/class-simplejson.JSONEncoder-index.html?a=commitdiff_plain;h=9808fc7455be72ed4c3e4b75fce89844c29059b8;p=pihpsdr.git

new command #BS that brings up bandstack window
---

diff --git a/rigctl.c b/rigctl.c
index 2a78125..a925c72 100644
--- 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;