Fix error in dmx settings
This commit is contained in:
@@ -436,9 +436,9 @@ bool deserializeConfig(JsonObject doc, bool fromFS) {
|
|||||||
if (tdd >= 0) realtimeTimeoutMs = tdd * 100;
|
if (tdd >= 0) realtimeTimeoutMs = tdd * 100;
|
||||||
|
|
||||||
#ifdef WLED_ENABLE_DMX_INPUT
|
#ifdef WLED_ENABLE_DMX_INPUT
|
||||||
dmxTransmitPin = if_live_dmx[F("rxPin")]);
|
CJSON(dmxTransmitPin, if_live_dmx[F("rxPin")]);
|
||||||
dmxReceivePin = if_live_dmx[F("txPin")]);
|
CJSON(dmxReceivePin, if_live_dmx[F("txPin")]);
|
||||||
dmxEnablePin = if_live_dmx[F("enablePin")]);
|
CJSON(dmxEnablePin, if_live_dmx[F("enablePin")]);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
CJSON(arlsForceMaxBri, if_live[F("maxbri")]);
|
CJSON(arlsForceMaxBri, if_live[F("maxbri")]);
|
||||||
|
|||||||
Reference in New Issue
Block a user