Remove JSON ledmap

(to be implemented in #2336 )
This commit is contained in:
cschwinne 2021-11-28 01:27:51 +01:00
parent 16d97d3c63
commit 1973424e05

View File

@ -332,11 +332,6 @@ bool deserializeState(JsonObject root, byte callMode, byte presetId)
usermods.readFromJsonState(root);
int8_t ledmap = root[F("ledmap")] | -1;
if (ledmap >= 0) {
strip.deserializeMap(ledmap);
}
byte ps = root[F("psave")];
if (ps > 0) {
savePreset(ps, true, nullptr, root);