Adding sim and test

This commit is contained in:
2024-11-05 09:29:38 +01:00
parent 29e8aa9e85
commit 897e54901f
17 changed files with 465 additions and 161 deletions

View File

@@ -9,9 +9,9 @@ ReplyTimeout = 200;
LockTimeout = 450;
initialise {
out "RMT 1";
out "RMT 1"; # Turn on Remote Control
in;
out "ECHO 2";
out "ECHO 2"; # Ask for reponses
in "%(\$1MsgTxt)s"; # Clear MsgTxt on Init
@mismatch{
exec 'echo "Failed to configure counterbox" && exit(1)';