mirror of
https://github.com/wled/WLED.git
synced 2025-07-22 18:26:32 +00:00
Fix running initMqtt twice on bootup
This commit is contained in:
parent
25223c446f
commit
c693f63244
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user