From caaad9288764e6b7b8a512b06b428fae67df10c4 Mon Sep 17 00:00:00 2001 From: Gregor Baues Date: Tue, 27 Apr 2021 11:44:22 +0200 Subject: [PATCH] update --- CommandStation-EX.ino | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CommandStation-EX.ino b/CommandStation-EX.ino index 645958d..a04d03e 100644 --- a/CommandStation-EX.ino +++ b/CommandStation-EX.ino @@ -76,9 +76,7 @@ void setup() #endif // ETHERNET_ON #if MQTT_ON - DccMQTT mq; - // We assume here that we have a network connection - mq.setup(); + DccMQTT::get()->setup(); #endif