updated test script for new sky serial output format (without new line)

This commit is contained in:
fros4943 2008-11-27 09:00:57 +00:00
parent 4a546a3529
commit 9bde9cedae
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
lowAlpha = "BA\n";
highAlpha = "JIHGFEDCBA\n";
lowCount = "10\n";
highCount = "9876543210\n";
lowAlpha = "BA";
highAlpha = "JIHGFEDCBA";
lowCount = "10";
highCount = "9876543210";
/* Filter messages */
if (msg.equals(lowCount)) {