mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-05-18 21:55:34 +00:00
fixed artnet
This commit is contained in:
parent
e796da41ea
commit
8daf08f505
2 changed files with 0 additions and 8 deletions
|
@ -19,5 +19,4 @@ board_build.filesystem = littlefs
|
|||
platform = espressif32
|
||||
board = lolin_s2_mini
|
||||
lib_deps =
|
||||
hideakitai/ArtNet @ ^0.8.0
|
||||
bblanchon/ArduinoJson @ ^7.2.0
|
||||
|
|
|
@ -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(); });
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue