Update hasp_mqtt.h

This commit is contained in:
fvanroie 2023-07-03 17:43:20 +02:00 committed by GitHub
parent f91e2b1d5c
commit a1b514eac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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