1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-27 01:56:14 +01:00
This commit is contained in:
Gregor Baues 2021-04-27 11:44:22 +02:00
parent c740e25cc1
commit caaad92887

View File

@ -76,9 +76,7 @@ void setup()
#endif // ETHERNET_ON #endif // ETHERNET_ON
#if MQTT_ON #if MQTT_ON
DccMQTT mq; DccMQTT::get()->setup();
// We assume here that we have a network connection
mq.setup();
#endif #endif