kopia lustrzana https://github.com/Aircoookie/WLED
Slow down loading rangetouch.js
rodzic
0777eaad10
commit
63eee28a82
|
@ -40,8 +40,8 @@
|
|||
ranges = RangeTouch.setup('input[type="range"]', {});
|
||||
onLoad(); // start processing UI
|
||||
});
|
||||
h.appendChild(l); // if this fires too quickly for ESP8266 use next line
|
||||
//setTimeout(function(){h.appendChild(l)},50);
|
||||
//h.appendChild(l); // if this fires too quickly for ESP8266 use next line
|
||||
setTimeout(function(){h.appendChild(l)},50);
|
||||
});
|
||||
h.appendChild(l);
|
||||
</script>
|
||||
|
|
3156
wled00/html_ui.h
3156
wled00/html_ui.h
Plik diff jest za duży
Load Diff
Ładowanie…
Reference in New Issue