kopia lustrzana https://github.com/Aircoookie/WLED
Merge pull request #4698 from zuckschwerdt/fix-initmqtttwice
Fix running initMqtt twice on bootuppull/4573/merge
commit
db22936153
|
@ -738,9 +738,6 @@ void WLED::initInterfaces()
|
||||||
e131.begin(e131Multicast, e131Port, e131Universe, E131_MAX_UNIVERSE_COUNT);
|
e131.begin(e131Multicast, e131Port, e131Universe, E131_MAX_UNIVERSE_COUNT);
|
||||||
ddp.begin(false, DDP_DEFAULT_PORT);
|
ddp.begin(false, DDP_DEFAULT_PORT);
|
||||||
reconnectHue();
|
reconnectHue();
|
||||||
#ifndef WLED_DISABLE_MQTT
|
|
||||||
initMqtt();
|
|
||||||
#endif
|
|
||||||
interfacesInited = true;
|
interfacesInited = true;
|
||||||
wasConnected = true;
|
wasConnected = true;
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue