去掉 MQTT publish data success!

This commit is contained in:
zogodo
2020-02-16 19:19:43 +08:00
parent 412342efe8
commit b821d4fa5c
3 changed files with 2 additions and 3 deletions

View File

@@ -369,7 +369,7 @@ void MqttClientThread(mico_thread_arg_t arg)
require_noerr_string(err, MQTT_reconnect, "ERROR: MQTT publish data err");
mqtt_log("MQTT publish data success! send_topic=[%s], msg=[%ld].", p_send_msg->topic, p_send_msg->datalen);
//mqtt_log("MQTT publish data success! send_topic=[%s], msg=[%ld].", p_send_msg->topic, p_send_msg->datalen);
no_mqtt_msg_exchange = false;
free(p_send_msg);
p_send_msg = NULL;