kopia lustrzana https://github.com/Aircoookie/WLED
CRONIXIE check in json.cpp
rodzic
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);
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue