]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
small fix for VOXLEVEL cat command
authorc vw <dl1ycf@darc.de>
Mon, 18 Nov 2019 15:46:25 +0000 (16:46 +0100)
committerc vw <dl1ycf@darc.de>
Mon, 18 Nov 2019 15:46:25 +0000 (16:46 +0100)
rigctl.c

index 507518baa2db7b5b0ee8d98449bc8a1d4292a506..f92f7f091ea15e8b70e8c5ebc8559ea4bbb53f6c 100644 (file)
--- a/rigctl.c
+++ b/rigctl.c
@@ -3720,7 +3720,7 @@ void parse_cmd ( char * cmd_input,int len,int client_sock) {
                                                if((work_int >=0) && (work_int<=9)) {
                                                   if(zzid_flag == 0) {
                                                      // Set the threshold here
-                                                     vox_threshold = ((double) work_int)/100.0;
+                                                     vox_threshold = ((double) work_int)/10.0;
                                                      #ifdef RIGCTL_DEBUG
                                                      fprintf(stderr,"RIGCTL: Vox thresh=%0.20f\n",vox_threshold);
                                                      #endif