From 8acfdc61907f2b5ce4b14fd18ae585020472755b Mon Sep 17 00:00:00 2001 From: Gregor Baues Date: Tue, 27 Apr 2021 10:58:39 +0200 Subject: [PATCH] update --- CommandStation-EX.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CommandStation-EX.ino b/CommandStation-EX.ino index d197d80..645958d 100644 --- a/CommandStation-EX.ino +++ b/CommandStation-EX.ino @@ -76,8 +76,9 @@ void setup() #endif // ETHERNET_ON #if MQTT_ON + DccMQTT mq; // We assume here that we have a network connection - DccMQTT::setup(serialParser); + mq.setup(); #endif