mirror of https://github.com/contiki-ng/mspsim
edit version number
This commit is contained in:
parent
a7cbb6d64f
commit
7ed2bc2ab1
|
|
@ -80,7 +80,7 @@ public class Exp5438Gui extends AbstractNodeGUI {
|
|||
};
|
||||
|
||||
public Exp5438Gui(Exp5438Node node) {
|
||||
super("MSPSIM fork by Prof. Rüdiger Heintz 0.4.25", "images/MSP-EXP430F5438.jpg");
|
||||
super("MSPSIM fork by Prof. Rüdiger Heintz 0.4.26", "images/MSP-EXP430F5438.jpg");
|
||||
this.node = node;
|
||||
Action scaleDownAction = new AbstractAction() {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
|
|
|||
Loading…
Reference in New Issue