Skip to content

Commit d62ac9e

Browse files
committed
harcoded Universe 1, for testing
1 parent 250d3a1 commit d62ac9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/artnet.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ impl ArtNetInterface {
242242

243243
trace!("Channel state {:?}", self.channels);
244244
let command = ArtCommand::Output(Output {
245-
port_address: 0.into(),
245+
port_address: 1.into(),
246246
data: self.channels.clone().into(), // make temp copy of self channel state (?)
247247
..Output::default()
248248
});

0 commit comments

Comments
 (0)