Less debug output
This commit is contained in:
parent
cc768cdba9
commit
4ec5298ca5
@ -145,7 +145,7 @@ public class ESP8266Ws2812 extends TwoArgFunction {
|
||||
}
|
||||
});
|
||||
}
|
||||
System.out.println("[WS2812] buffer fill with " + red + "," + green + "," + blue);
|
||||
//System.out.println("[WS2812] buffer fill with " + red + "," + green + "," + blue);
|
||||
return LuaValue.valueOf(true);
|
||||
} else if (varargs.isstring(2)) {
|
||||
final LuaString color = varargs.arg(2).checkstring();
|
||||
|
Loading…
Reference in New Issue
Block a user