From 6b6ae4e90453dacf1e971bdb40485ed6504b5b28 Mon Sep 17 00:00:00 2001 From: Gregor Baues Date: Thu, 20 May 2021 16:31:13 +0200 Subject: [PATCH] disabled WIFI andEthernet enabled MQTT --- config.example.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.example.h b/config.example.h index e327543..64b1cf2 100644 --- a/config.example.h +++ b/config.example.h @@ -37,7 +37,7 @@ The configuration file for DCC-EX Command Station // NOTE: Only supported on Arduino Mega // Set to false if you not even want it on the Arduino Mega // -#define ENABLE_WIFI true +// #define ENABLE_WIFI true ///////////////////////////////////////////////////////////////////////////////////// // @@ -104,7 +104,7 @@ The configuration file for DCC-EX Command Station #define MQTT_PREFIX "prefix if required by the broker" // UNCOMMENT THE FOLLOWING LINE TO ENABLE MQTT -// #define ENABLE_MQTT true +#define ENABLE_MQTT true // Set the used broker to one of the configurations from MQTTBrokers.h where some // public freely avaiable brokers are configured