mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-16 10:04:30 +01:00
fooo
This commit is contained in:
@@ -36,8 +36,8 @@ struct NeoPatternState : public JsonStruct {
|
|||||||
uint pattern = 0;
|
uint pattern = 0;
|
||||||
uint color= 0;
|
uint color= 0;
|
||||||
uint color2= 0;
|
uint color2= 0;
|
||||||
uint totalSteps = 255;
|
uint totalSteps = 16;
|
||||||
uint brightness = 100;
|
uint brightness = 64;
|
||||||
|
|
||||||
void mapJsonObject(JsonObject& root) {
|
void mapJsonObject(JsonObject& root) {
|
||||||
root["pattern"] = pattern;
|
root["pattern"] = pattern;
|
||||||
|
|||||||
Reference in New Issue
Block a user