mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 16:29:34 +00:00
5 lines
151 B
JavaScript
5 lines
151 B
JavaScript
if (msg.startsWith("Callback function called at time 50000 (counter=100)")) {
|
|
log.log("TEST OK\n");
|
|
mote.getSimulation().getGUI().doQuit(false);
|
|
}
|