Revert "Rename WLED_ENABLE_DMX to WLED_ENABLE_DMX_OUTPUT"

This reverts commit e3f256bd44.
This commit is contained in:
Arne
2023-10-22 20:52:31 +02:00
parent f6c9708c8c
commit 3b9b9f59e1
14 changed files with 35 additions and 35 deletions

View File

@@ -540,7 +540,7 @@ void handleSettingsSet(AsyncWebServerRequest *request, byte subPage)
}
}
#ifdef WLED_ENABLE_DMX_OUTPUT // include only if DMX is enabled
#ifdef WLED_ENABLE_DMX // include only if DMX is enabled
if (subPage == 7)
{
int t = request->arg(F("PU")).toInt();