From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Tue, 4 Jan 2022 10:52:05 +0000 (+0530)
Subject: get rid of the ping message
X-Git-Url: https://git.rkrishnan.org/components/%22file:/something?a=commitdiff_plain;h=dd01f1759d63dbfe389435d79ae37902f65b22e9;p=pihpsdr.git

get rid of the ping message
---

diff --git a/rigctl.c b/rigctl.c
index 6c181db..1fbf91f 100644
--- 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;
 }