We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250d3a1 commit d62ac9eCopy full SHA for d62ac9e
1 file changed
src/artnet.rs
@@ -242,7 +242,7 @@ impl ArtNetInterface {
242
243
trace!("Channel state {:?}", self.channels);
244
let command = ArtCommand::Output(Output {
245
- port_address: 0.into(),
+ port_address: 1.into(),
246
data: self.channels.clone().into(), // make temp copy of self channel state (?)
247
..Output::default()
248
});
0 commit comments