From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Mon, 27 Nov 2023 15:14:42 +0000 (+0530)
Subject: rigctl: handle the ts-2000 TY command
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/file/%22doc.html/%22file:/-?a=commitdiff_plain;h=ef25be73efe034cec2aee434c7fe458949c95f28;p=pihpsdr.git

rigctl: handle the ts-2000 TY command
---

diff --git a/rigctl.c b/rigctl.c
index bc49791..b954662 100644
--- a/rigctl.c
+++ b/rigctl.c
@@ -4138,7 +4138,8 @@ int parse_cmd(void *data) {
             break;
         case 'Y': // TY
             // set/read microprocessor firmware type
-            implemented = FALSE;
+	    sprintf(reply, "TY000;");
+	    send_resp(client->fd, reply);
             break;
         default:
             implemented = FALSE;