mirror of
https://github.com/wled/WLED.git
synced 2025-04-25 15:27:19 +00:00
CRONIXIE check in json.cpp
This commit is contained in:
parent
7019ddb165
commit
2178fd6ee9
@ -263,9 +263,11 @@ bool deserializeState(JsonObject root)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (root["nx"].is<const char*>()) {
|
#ifndef WLED_DISABLE_CRONIXIE
|
||||||
strncpy(cronixieDisplay, root["nx"], 6);
|
if (root["nx"].is<const char*>()) {
|
||||||
}
|
strncpy(cronixieDisplay, root["nx"], 6);
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
usermods.readFromJsonState(root);
|
usermods.readFromJsonState(root);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user