mirror of
https://github.com/wled/WLED.git
synced 2025-04-23 22:37:18 +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*>()) {
|
||||
strncpy(cronixieDisplay, root["nx"], 6);
|
||||
}
|
||||
#ifndef WLED_DISABLE_CRONIXIE
|
||||
if (root["nx"].is<const char*>()) {
|
||||
strncpy(cronixieDisplay, root["nx"], 6);
|
||||
}
|
||||
#endif
|
||||
|
||||
usermods.readFromJsonState(root);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user