mirror of
https://github.com/wled/WLED.git
synced 2025-07-09 11:56:35 +00:00
Removed reference to tdd.
This commit is contained in:
parent
fba707f6a8
commit
771a544d0f
@ -1125,7 +1125,6 @@ function readState(s,command=false)
|
|||||||
if (s.pl<0) currentPreset = s.ps;
|
if (s.pl<0) currentPreset = s.ps;
|
||||||
else currentPreset = s.pl;
|
else currentPreset = s.pl;
|
||||||
gId('tt').value = s.transition/10;
|
gId('tt').value = s.transition/10;
|
||||||
if (s.tdd >= 0) tr = s.tdd/10;
|
|
||||||
|
|
||||||
var selc=0; var ind=0;
|
var selc=0; var ind=0;
|
||||||
populateSegments(s);
|
populateSegments(s);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user