From 19cbe60854fc508b119265734a5507ba4f81b3e3 Mon Sep 17 00:00:00 2001 From: RaffaelW Date: Fri, 18 Apr 2025 19:55:24 +0200 Subject: [PATCH] remove old commented-out code --- src/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 26254c2..172c999 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -357,9 +357,6 @@ void setup() dmx_wait_sent(dmx2, DMX_TIMEOUT_TICK); }); } - // if Artnet packet comes, this function is called to every universe - // artnet.subscribeArtDmx([&](const uint8_t *data, uint16_t size, const ArtDmxMetadata &metadata, const ArtNetRemoteInfo &remote) {}); - if (!LittleFS.begin(true)) { Serial.println("An Error has occurred while mounting LittleFS");