File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 222222 }
223223 gId ( "rf" + n ) . onclick = ( t == 31 ) ? ( ( ) => { return false } ) : ( ( ) => { } ) ; // prevent change for TM1814
224224 gRGBW |= isRGBW = ( ( t > 17 && t < 22 ) || ( t > 28 && t < 32 ) || ( t > 40 && t < 46 && t != 43 ) || t == 88 ) ; // RGBW checkbox, TYPE_xxxx values from const.h
225- gId ( "co" + n ) . style . display = ( ( t >= 80 && t < 96 ) || ( t >= 40 && t < 48 ) || ( t >= 100 && t < 110 ) ) ? "none" :"inline" ; // hide color order for PWM
225+ gId ( "co" + n ) . style . display = ( ( t >= 83 && t < 96 ) || ( t >= 40 && t < 48 ) || ( t >= 100 && t < 110 ) ) ? "none" :"inline" ; // hide color order for PWM
226226 gId ( "dig" + n + "w" ) . style . display = ( t > 28 && t < 32 ) ? "inline" :"none" ; // show swap channels dropdown
227227 gId ( "dig" + n + "O" ) . style . display = ( t == 82 || t == 83 ) ? "inline" :"none" ; // show Art-Net output number
228228 gId ( "dig" + n + "L" ) . style . display = ( t == 82 || t == 83 ) ? "inline" :"none" ; // show Art-Net LEDs per output
You can’t perform that action at this time.
0 commit comments