var fDesc=new Array(); fDesc[0] = "The D-Light Hardware Utility is required to configure the number of slave strings(and to perform other configuration functions).
Version history:
Changes in 2.4.2
16ch tests were not working properly with some v2.0 firmware
Changes in 2.4.1
Added: Firefly tab to configure slave strings
Changes in 2.4.0
Added: Protocol selector on general cfg tab
Changed: default connection speed is now FAST (115200)
Changed: labels on connection speeds
Changes in 2.3.1
Added: non-linear servo table capabilities
Changes in 2.3.0
Added: Test 'Compatibility' settings in external software that will cause issues if set incorrectly
Added: Servo8 controller functions
Added: Enhanced lighting effects for ACx8 (required firmware v2.0 )
Added: "lost id" protection
Improved "high-traffic" performance"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }