mirror of
https://github.com/wled/WLED.git
synced 2025-07-22 18:26:32 +00:00
Dev mode fix.
This commit is contained in:
parent
520826abc0
commit
ce0d906c35
@ -626,7 +626,7 @@ function parseInfo(i) {
|
||||
if (i.live) name = "(Live) " + name;
|
||||
if (loc) name = "(L) " + name;
|
||||
d.title = name;
|
||||
simplifiedUI = i.simplifiedui | true;
|
||||
simplifiedUI = i.simplifiedui;
|
||||
ledCount = i.leds.count;
|
||||
//syncTglRecv = i.str;
|
||||
maxSeg = i.leds.maxseg;
|
||||
|
Loading…
x
Reference in New Issue
Block a user