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

@@ -359,7 +359,7 @@ writeChunks(
method: "plaintext",
filter: "html-minify",
mangle: (str) => `
#ifdef WLED_ENABLE_DMX_OUTPUT
#ifdef WLED_ENABLE_DMX
${str.replace(/function FM\(\)[ ]?\{/gms, "function FM() {%DMXVARS%\n")}
#else
const char PAGE_dmxmap[] PROGMEM = R"=====()=====";