projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84c9e20
)
new command #BS that brings up bandstack window
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Fri, 7 Jan 2022 16:05:46 +0000
(21:35 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Fri, 7 Jan 2022 16:05:46 +0000
(21:35 +0530)
rigctl.c
patch
|
blob
|
history
diff --git
a/rigctl.c
b/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;