Skip to content

Commit f86d3bc

Browse files
committed
Always send all 512 channels
1 parent 7ecb749 commit f86d3bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Arduino/NodleR4sUltimate/NodleR4sUltimate.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ void setup() {
5252
digitalWrite(IRQ_DEBUG, LOW);
5353

5454
DMXSerial.init(DMXController);
55+
DMXSerial.write(512, 0);
5556
}
5657

5758
void loop() {

0 commit comments

Comments
 (0)