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

@ -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

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(); });
}