Updated image for the wismote platform. Picture by Joel Hoglund.

This commit is contained in:
Niclas Finne 2012-05-30 20:08:11 +02:00
parent f3e9c856e8
commit d33bd84726
3 changed files with 1 additions and 1 deletions

BIN
images/wismote.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 KiB

View File

@ -73,7 +73,7 @@ public class WismoteGui extends AbstractNodeGUI {
private boolean resetDown = false;
public WismoteGui(WismoteNode node) {
super("WismoteGui", "images/wismote.png");
super("WismoteGui", "images/wismote.jpg");
this.node = node;
}