update universe on updateAll for usb dmx pro
This commit is contained in:
parent
3c2ed5c322
commit
0cc2b6b1f4
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ EnttecUSBDMXPRO.prototype.updateAll = function(v){
|
||||||
for(var i = 0; i < 512; i++) {
|
for(var i = 0; i < 512; i++) {
|
||||||
this.universe[i] = v
|
this.universe[i] = v
|
||||||
}
|
}
|
||||||
|
this.send_universe()
|
||||||
}
|
}
|
||||||
|
|
||||||
EnttecUSBDMXPRO.prototype.get = function(c) {
|
EnttecUSBDMXPRO.prototype.get = function(c) {
|
||||||
|
|
Loading…
Reference in a new issue