mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-25 13:31:37 +00:00
5 lines
115 B
JavaScript
5 lines
115 B
JavaScript
|
if (msg.startsWith("Completion time ")) {
|
||
|
log.log("TEST OK\n");
|
||
|
mote.getSimulation().getGUI().doQuit(false);
|
||
|
}
|