Merge branch 'main' into DMX-23-template-string

This commit is contained in:
Raffael Wolf 2024-11-02 22:10:54 +01:00 committed by GitHub
commit 9b8b88eeb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 5 deletions

View file

@ -79,7 +79,7 @@ void setup()
if (request->url() == "/config" && request->method() == HTTP_PUT) {
onPutConfig(request, data, len, index, total);
} });
delay(1000);
server.begin();
Serial.println("Server started!");
@ -88,4 +88,4 @@ void setup()
void loop()
{
artnet.parse(); // check if artnet packet has come and execute callback
}
}