minor changes, bug fixes

This commit is contained in:
Michael Wesemann
2019-03-12 09:36:26 +01:00
parent 589de4957a
commit 2ef9de522c
2 changed files with 7 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ $cmd=join(':',@ARGV);$cmd='info' if ($cmd=~/^\s*$/);
@r=split(':',&scmd($cmd));
print " Left Right\n";
print " Left Right\n";
printf("Stirrer On: %6d %6d\n", $r[0],$r[14]);
printf("Speed: %6d %6d\n", $r[1],$r[15]);
printf("Boost Speed: %6d %6d\n", $r[2],$r[16]);
@@ -54,7 +54,6 @@ sub scmd() { ###################################################################
}
$msg=~s/[\r\n]+//g;
print "$msg\n";
return $msg;
}