]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
Silently accept AI0 command (used by many clients)
authorc vw <dl1ycf@darc.de>
Tue, 26 May 2020 16:31:58 +0000 (18:31 +0200)
committerc vw <dl1ycf@darc.de>
Tue, 26 May 2020 16:31:58 +0000 (18:31 +0200)
rigctl.c

index ba749e1adf59cdd7529b775a386ffe0bd88998cf..58787b0046589243e3ead44bd3492ac26020be5b 100644 (file)
--- a/rigctl.c
+++ b/rigctl.c
@@ -2557,7 +2557,15 @@ int parse_cmd(void *data) {
           }
         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