This commit is contained in:
2018-10-01 01:46:58 +02:00
parent 62e1dfe91b
commit dff8545d65

View File

@@ -36,8 +36,8 @@ struct NeoPatternState : public JsonStruct {
uint pattern = 0;
uint color= 0;
uint color2= 0;
uint totalSteps = 255;
uint brightness = 100;
uint totalSteps = 16;
uint brightness = 64;
void mapJsonObject(JsonObject& root) {
root["pattern"] = pattern;