1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-03-14 18:13:09 +01:00

disabled WIFI andEthernet enabled MQTT

This commit is contained in:
Gregor Baues 2021-05-20 16:31:13 +02:00
parent a52e864a6f
commit 6b6ae4e904

View File

@ -37,7 +37,7 @@ The configuration file for DCC-EX Command Station
// NOTE: Only supported on Arduino Mega // NOTE: Only supported on Arduino Mega
// Set to false if you not even want it on the 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" #define MQTT_PREFIX "prefix if required by the broker"
// UNCOMMENT THE FOLLOWING LINE TO ENABLE MQTT // 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 // Set the used broker to one of the configurations from MQTTBrokers.h where some
// public freely avaiable brokers are configured // public freely avaiable brokers are configured