diff --git a/control/button/Button.java b/control/button/Button.java index e9389fc..4d7f33e 100644 --- a/control/button/Button.java +++ b/control/button/Button.java @@ -25,7 +25,7 @@ public class Button { private void setLed() { - if(Window.ON_RASP) + if(Window.ON_ARCADE) { ntw.setLed(ledID, color.getGreen(), color.getRed(), color.getBlue()); ntw.show();