mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-16 10:04:30 +01:00
stuff
This commit is contained in:
@@ -50,7 +50,7 @@ struct NeoPatternDto : public JsonStruct {
|
||||
// Map a json object to this struct.
|
||||
void fromJsonObject(JsonObject& json){
|
||||
if(!verifyJsonObject(json)){
|
||||
PRINT_MSG(Serial, "PatternState.fromJsonObject", "cannot parse JSON");
|
||||
PRINT_MSG(Serial, "fromJsonObject", "cannot parse JSON");
|
||||
return;
|
||||
}
|
||||
mode = atoi(json[JSON_MODE_NODE]);
|
||||
|
||||
Reference in New Issue
Block a user