diff --git a/things.ino b/things.ino index fefe962..a80a39b 100644 --- a/things.ino +++ b/things.ino @@ -359,7 +359,7 @@ void setup() { response += "
\r\n"; response += "MQTT Topic | "; - response += mqtt_topic; if (capability_dht) { response += " |
Temperature | "; response += str_temperature; |