mirror of
https://github.com/wled/WLED.git
synced 2025-07-20 09:16:31 +00:00
Bugfix for #4590
This commit is contained in:
parent
b908384ba2
commit
928c9fbacd
@ -24,6 +24,7 @@
|
|||||||
function is16b(t) { return !!(gT(t).c & 0x10); } // is digital 16 bit type
|
function is16b(t) { return !!(gT(t).c & 0x10); } // is digital 16 bit type
|
||||||
function mustR(t) { return !!(gT(t).c & 0x20); } // Off refresh is mandatory
|
function mustR(t) { return !!(gT(t).c & 0x20); } // Off refresh is mandatory
|
||||||
function numPins(t){ return Math.max(gT(t).t.length, 1); } // type length determines number of GPIO pins
|
function numPins(t){ return Math.max(gT(t).t.length, 1); } // type length determines number of GPIO pins
|
||||||
|
function chrID(x) { return String.fromCharCode((x<10?48:55)+x); }
|
||||||
function S() {
|
function S() {
|
||||||
getLoc();
|
getLoc();
|
||||||
loadJS(getURL('/settings/s.js?p=2'), false, ()=>{
|
loadJS(getURL('/settings/s.js?p=2'), false, ()=>{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user