mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-24 07:29:42 +00:00
5 lines
109 B
JavaScript
5 lines
109 B
JavaScript
if (msg.startsWith("Bye, world")) {
|
|
log.log("TEST OK\n");
|
|
mote.getSimulation().getGUI().doQuit(false);
|
|
}
|