Disabled GPIO pins and system out led
This commit is contained in:
@@ -49,7 +49,6 @@ public class LedHandler {
|
||||
if(led<0)
|
||||
return;
|
||||
try {
|
||||
System.out.println("Set the led with " + r);
|
||||
out.write( "1|" + led + "|" + r + "|" + g + "|" + b + "\n" );
|
||||
out.flush();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user