From dff8545d652bc7b018c46f791738f784d18f68d5 Mon Sep 17 00:00:00 2001 From: Patrick Balsiger Date: Mon, 1 Oct 2018 01:46:58 +0200 Subject: [PATCH] fooo --- lib/NeoPattern/NeoPatternDto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/NeoPattern/NeoPatternDto.h b/lib/NeoPattern/NeoPatternDto.h index ca76462..145d402 100644 --- a/lib/NeoPattern/NeoPatternDto.h +++ b/lib/NeoPattern/NeoPatternDto.h @@ -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;