mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-21 19:29:18 +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";
|
||||
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 New Issue
Block a user