From 3a2d5b3058dcd2cc1d60e4f2f6d55a186d37e74a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Sun, 4 Feb 2024 19:58:10 +0100 Subject: [PATCH] Reply to \get_powerstat to fix wsjtx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #1277 Signed-off-by: Jaroslav Škarvada --- src/applications/gqrx/remote_control.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/applications/gqrx/remote_control.cpp b/src/applications/gqrx/remote_control.cpp index 4caa4b14..64bd92a1 100644 --- a/src/applications/gqrx/remote_control.cpp +++ b/src/applications/gqrx/remote_control.cpp @@ -247,6 +247,8 @@ void RemoteControl::startRead() answer = cmd_lnb_lo(cmdlist); else if (cmd == "\\dump_state") answer = cmd_dump_state(); + else if (cmd == "\\get_powerstat") + answer = QString("1\n"); else if (cmd == "q" || cmd == "Q") { // FIXME: for now we assume 'close' command