fixes init bug

This commit is contained in:
2026-03-13 15:41:59 +01:00
parent 41bb6d5387
commit 407b6af961
+2 -3
View File
@@ -6,15 +6,14 @@ ReplyTimeout = 1000;
LockTimeout = 500;
initialise {
out "RMT 1"; # Turn on Remote Control
in;
out "ECHO 0"; # Ask for reponses
in;
out "RMT 1"; # Turn on Remote Control
}
readDelay {
out "DT";
in "%d";
@init{ initialise }
@mismatch{in "%(\$1MsgTxt)s";}
}