From 54f0098a4f3c67440d5273da31acb4a376e18d6f Mon Sep 17 00:00:00 2001 From: Jim Morris Date: Sun, 30 Sep 2018 21:23:34 +0100 Subject: [PATCH] don't send ok with response to $G --- src/modules/utils/simpleshell/SimpleShell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/utils/simpleshell/SimpleShell.cpp b/src/modules/utils/simpleshell/SimpleShell.cpp index e05942ab..2e8361db 100644 --- a/src/modules/utils/simpleshell/SimpleShell.cpp +++ b/src/modules/utils/simpleshell/SimpleShell.cpp @@ -216,7 +216,7 @@ void SimpleShell::on_console_line_received( void *argument ) case 'G': // issue get state get_command("state", new_message.stream); - new_message.stream->printf("ok\n"); + //new_message.stream->printf("ok\n"); // sending this while printing will cause ok count to get out of sync break; case 'X': -- 2.20.1