File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 267267 }
268268
269269 // enable/disable LED fields
270+ updateTypeDropdowns ( ) ; // restrict bus types in dropdowns to max allowed digital/analog buses
270271 let dC = 0 ; // count of digital buses (for parallel I2S)
271272 let LTs = d . Sf . querySelectorAll ( "#mLC select[name^=LT]" ) ;
272273 LTs . forEach ( ( s , i ) => {
433434 gId ( 'fpsNone' ) . style . display = ( d . Sf . FR . value == 0 ) ? 'block' :'none' ;
434435 gId ( 'fpsWarn' ) . style . display = ( d . Sf . FR . value == 0 ) || ( d . Sf . FR . value >= 80 ) ? 'block' :'none' ;
435436 gId ( 'fpsHigh' ) . style . display = ( d . Sf . FR . value >= 80 ) ? 'block' :'none' ;
436- // restrict bus types in dropdowns to max allowed digital/analog buses
437- updateTypeDropdowns ( ) ;
438437 }
439438 function lastEnd ( i ) {
440439 if ( i -- < 1 ) return 0 ;
You can’t perform that action at this time.
0 commit comments