fixed artnet

This commit is contained in:
RaffaelW 2024-12-13 20:20:41 +01:00
parent e796da41ea
commit 8daf08f505
2 changed files with 0 additions and 8 deletions

View file

@ -264,9 +264,6 @@ void setup()
{
dmx1.write((i + 1), data[i]);
}
//!
Serial.println("dmx 1");
dmx1.update(); });
}
@ -278,10 +275,6 @@ void setup()
{
dmx2.write((i + 1), data[i]);
}
//!
Serial.println("dmx 2");
dmx2.update(); });
}