From 62e1dfe91bd06cb4fc3c8ae2212be8d8163bd5a6 Mon Sep 17 00:00:00 2001 From: Patrick Balsiger Date: Mon, 1 Oct 2018 01:34:40 +0200 Subject: [PATCH] fooo --- src/PixelPlugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PixelPlugin.h b/src/PixelPlugin.h index cb2a482..e2baecf 100644 --- a/src/PixelPlugin.h +++ b/src/PixelPlugin.h @@ -47,8 +47,8 @@ class PixelPlugin : public Plugin { void setState(String msg) { PRINT_MSG(Serial, SPROCKET_TYPE, msg.c_str()); state.fromJsonString(msg); - pixels->setBrightness(state.brightness); - pixels->ColorSet(state.color); + //pixels->setBrightness(state.brightness); + //pixels->ColorSet(state.color); pixels->Index = 0; pixels->Color1 = state.color; pixels->Color2 = state.color2;