Remove the test.mosquitto.org URL in the MQTT settings #829

This commit is contained in:
Proddy
2022-12-23 14:40:24 +01:00
parent 3c91ac27dc
commit ca871f654b
6 changed files with 32 additions and 27 deletions

View File

@@ -19,7 +19,7 @@
#endif
#ifndef FACTORY_MQTT_HOST
#define FACTORY_MQTT_HOST "test.mosquitto.org"
#define FACTORY_MQTT_HOST "" // is blank
#endif
#ifndef FACTORY_MQTT_PORT