This commit is contained in:
2018-11-19 21:52:25 +01:00
parent 326933eed9
commit 943b116a77

View File

@@ -113,5 +113,5 @@ void MqttPlugin::downstreamHandler(char *topic, uint8_t *payload, unsigned int l
}
}
publish(topicStr, msg);
PRINT_MSG(Serial, "MQTT", (String("publish mediator: ") + topicStr).c_str());
PRINT_MSG(Serial, "MQTT", (String("publish default: ") + topicStr).c_str());
}