diff --git a/platformio.ini b/platformio.ini
index 96cd3964..87087795 100644
--- a/platformio.ini
+++ b/platformio.ini
@@ -1080,7 +1080,7 @@ build_flags = ${common.build_flags} ${common_mm.build_flags_S} ;; do not inclu
;-Wsuggest-attribute=const -Wsuggest-attribute=pure ;; ask compiler for hints on attributes
-D WLED_ENABLE_DMX_INPUT
lib_deps = ${common_mm.lib_deps_S} ;; do not include ${esp32.lib_depsV4} here !!!!
- https://github.com/someweisguy/esp_dmx.git#v3.0.2-beta ;; for DMX_INPUT
+ https://github.com/someweisguy/esp_dmx.git#47db25d ;; for DMX_INPUT
esp32_build_flags = ${esp32.build_flagsV4} ${esp32_4MB_V4_S_base.build_flags} ;; this is for esp32 only, including specific "V4" flags
esp32_lib_deps = ${esp32.lib_depsV4} ${esp32_4MB_V4_S_base.lib_deps} ;; this is for esp32 only, including specific "V4" flags
board_build.partitions = ${esp32.default_partitions}
diff --git a/wled00/cfg.cpp b/wled00/cfg.cpp
index 4316b2c4..54c32f9c 100644
--- a/wled00/cfg.cpp
+++ b/wled00/cfg.cpp
@@ -465,9 +465,9 @@ bool deserializeConfig(JsonObject doc, bool fromFS) {
if (tdd >= 0) realtimeTimeoutMs = tdd * 100;
#ifdef WLED_ENABLE_DMX_INPUT
- CJSON(dmxTransmitPin, if_live_dmx[F("rxPin")]);
- CJSON(dmxReceivePin, if_live_dmx[F("txPin")]);
- CJSON(dmxEnablePin, if_live_dmx[F("enablePin")]);
+ CJSON(dmxInputTransmitPin, if_live_dmx[F("inputRxPin")]);
+ CJSON(dmxInputReceivePin, if_live_dmx[F("inputTxPin")]);
+ CJSON(dmxInputEnablePin, if_live_dmx[F("inputEnablePin")]);
#endif
CJSON(arlsForceMaxBri, if_live[F("maxbri")]);
@@ -955,9 +955,9 @@ void serializeConfig() {
if_live_dmx[F("dss")] = DMXSegmentSpacing;
if_live_dmx["mode"] = DMXMode;
#ifdef WLED_ENABLE_DMX_INPUT
- if_live_dmx[F("rxPin")] = dmxTransmitPin;
- if_live_dmx[F("txPin")] = dmxReceivePin;
- if_live_dmx[F("enablePin")] = dmxEnablePin;
+ if_live_dmx[F("inputRxPin")] = dmxInputTransmitPin;
+ if_live_dmx[F("inputTxPin")] = dmxInputReceivePin;
+ if_live_dmx[F("inputEnablePin")] = dmxInputEnablePin;
#endif
if_live[F("timeout")] = realtimeTimeoutMs / 100;
diff --git a/wled00/data/settings_sync.htm b/wled00/data/settings_sync.htm
index c00f7827..ca55295d 100644
--- a/wled00/data/settings_sync.htm
+++ b/wled00/data/settings_sync.htm
@@ -174,10 +174,11 @@ Force max brightness:
Disable realtime gamma correction:
Realtime LED offset: