mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-05-18 21:55:34 +00:00
remove old commented-out code
This commit is contained in:
parent
37adc08a1e
commit
19cbe60854
1 changed files with 0 additions and 3 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue