mirror of https://github.com/contiki-ng/mspsim
renamed skygui to nodegui and added start of gui in autostart script
git-svn-id: https://mspsim.svn.sourceforge.net/svnroot/mspsim/mspsim@604 23d1a52b-0c3c-0410-b72d-8f29ab48fe35
This commit is contained in:
parent
f26b3c505a
commit
89021928be
|
|
@ -8,4 +8,6 @@
|
|||
# install ContikiChecker
|
||||
# contikichecker
|
||||
|
||||
#start the nodegui serice
|
||||
service nodegui start
|
||||
start
|
||||
|
|
|
|||
|
|
@ -191,7 +191,7 @@ public abstract class MoteIVNode extends GenericNode implements PortListener, US
|
|||
|
||||
if (!config.getPropertyAsBoolean("nogui", true)) {
|
||||
gui = new SkyGui(this);
|
||||
registry.registerComponent("skygui", gui);
|
||||
registry.registerComponent("nodegui", gui);
|
||||
|
||||
// A HACK for some "graphs"!!!
|
||||
DataChart dataChart = new DataChart("Duty Cycle", "Duty Cycle");
|
||||
|
|
|
|||
Loading…
Reference in New Issue