]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
get rid of the ping message
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Tue, 4 Jan 2022 10:52:05 +0000 (16:22 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Tue, 4 Jan 2022 10:52:05 +0000 (16:22 +0530)
rigctl.c

index 6c181db5085b51d413a35c945c0576238442c43e..1fbf91f7e142e6b7d54c267de0f28f53c3ed9ea3 100644 (file)
--- a/rigctl.c
+++ b/rigctl.c
@@ -4153,10 +4153,6 @@ int launch_serial() {
     return 0;
   }
 
-  // send a PING message
-  char *ping = "PING";
-  send_resp(serial_client->fd, ping);
-
   return 1;
 }