Fix some bugs from merging and add second dmx interface

This commit is contained in:
Patrick Schwarz 2024-11-24 14:42:59 +01:00
parent 50c37dc80a
commit e53f897aac
5 changed files with 150 additions and 121 deletions

View file

@ -1,6 +1,6 @@
#pragma once
#include <ESPAsyncWebServer.h>
#include <AsyncWebServer_ESP32_W5500.h>
#include <ESPDMX.h>
#include <Preferences.h>