updated holo-color-picker
removed some debug out
This commit is contained in:
@@ -232,7 +232,6 @@ public class LedDHelper {
|
||||
JSONObject json = new JSONObject(response.getResult().toString());
|
||||
JSONArray hsv = json.getJSONArray("color");
|
||||
if (hsv.length() == 3) {
|
||||
System.out.println(hsv);
|
||||
ledStripe.setColor(new HSV(hsv.getDouble(0), hsv.getDouble(1), hsv.getDouble(2)));
|
||||
callback.onColorReceived(ledStripe);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user