mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
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";
|
lowAlpha = "BA";
|
||||||
highAlpha = "JIHGFEDCBA\n";
|
highAlpha = "JIHGFEDCBA";
|
||||||
lowCount = "10\n";
|
lowCount = "10";
|
||||||
highCount = "9876543210\n";
|
highCount = "9876543210";
|
||||||
|
|
||||||
/* Filter messages */
|
/* Filter messages */
|
||||||
if (msg.equals(lowCount)) {
|
if (msg.equals(lowCount)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user