mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-07 18:25:14 +00:00
updated test script for new sky serial output format (without new line)
This commit is contained in:
@@ -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)) {
|
||||
|
Reference in New Issue
Block a user