From: c vw <dl1ycf@darc.de>
Date: Fri, 12 Jun 2020 08:07:12 +0000 (+0200)
Subject: Merge branch 'master' of https://github.com/g0orx/pihpsdr
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/%22file:/%22doc.html/using.html?a=commitdiff_plain;h=8a8e6461ed318997657fb83dcc697f3aedc05910;p=pihpsdr.git

Merge branch 'master' of https://github.com/g0orx/pihpsdr
---

8a8e6461ed318997657fb83dcc697f3aedc05910
diff --cc rigctl.c
index fc34600,a1aab4a..f00c387
--- a/rigctl.c
+++ b/rigctl.c
@@@ -2633,17 -2583,10 +2633,18 @@@ int parse_cmd(void *data) 
              receiver[0]->volume=(double)gain/255.0;
              update_af_gain();
            }
+           break;
          case 'I': //AI
            // set/read Auto Information
 -          implemented=FALSE;
 +          // many clients start the connection with an "AI0" command.
 +          // piHPSDR is constantly in an "AI0" state, therefore
 +          // silently ignore AI0 commands and flag an error for
 +          // all other possiblities
 +          if (command[2] == '0' && command[3] == ';') {
 +            // do nothing
 +          } else {
 +            implemented=FALSE;
 +          }
            break;
          case 'L': // AL
            // set/read Auto Notch level