updated test script for new sky serial output format (without new line)
This commit is contained in:
parent
4a546a3529
commit
9bde9cedae
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue