From 2b3576af6b5e89ca87d34871b2dcb8a1e67ab9d3 Mon Sep 17 00:00:00 2001 From: Edward Wall Date: Tue, 25 Nov 2025 16:02:08 +0100 Subject: [PATCH] we don't need it to repeat the command that is sent --- db/mdif.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/mdif.proto b/db/mdif.proto index 158d115..b75a08a 100644 --- a/db/mdif.proto +++ b/db/mdif.proto @@ -8,7 +8,7 @@ LockTimeout = 500; initialise { out "RMT 1"; # Turn on Remote Control in; - out "ECHO 1"; # Ask for reponses + out "ECHO 0"; # Ask for reponses in; }