From a1b514eac936a64b3d38be38c690da01a2ee6489 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Mon, 3 Jul 2023 17:43:20 +0200 Subject: [PATCH] Update hasp_mqtt.h --- src/mqtt/hasp_mqtt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mqtt/hasp_mqtt.h b/src/mqtt/hasp_mqtt.h index 5ae231ea..63e9ed9e 100644 --- a/src/mqtt/hasp_mqtt.h +++ b/src/mqtt/hasp_mqtt.h @@ -73,7 +73,7 @@ bool mqttSetConfig(const JsonObject& settings); // These defaults may be overwritten with values saved by the web interface #ifndef MQTT_GROUPNAME -#define MQTT_GROUPNAME "plates"; +#define MQTT_GROUPNAME "plates" #endif #ifndef MQTT_HOSTNAME @@ -104,4 +104,4 @@ bool mqttSetConfig(const JsonObject& settings); #endif #endif -#endif // HASP_MQTT_H \ No newline at end of file +#endif // HASP_MQTT_H