mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 21:18:13 +08:00
fix:优化定时任务值逻辑
fix:优化获取idx数据处理返回内容 fix:按键返回数据逻辑 del:删除多余的调试信息
This commit is contained in:
@@ -328,7 +328,7 @@ void mqtt_client_thread( 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][%s].\r\n", p_send_msg->topic, p_send_msg->datalen, p_send_msg->data);
|
||||
mqtt_log("MQTT publish data success! send_topic=[%s], msg=[%ld].\r\n", p_send_msg->topic, p_send_msg->datalen);
|
||||
no_mqtt_msg_exchange = false;
|
||||
free( p_send_msg );
|
||||
p_send_msg = NULL;
|
||||
|
||||
Reference in New Issue
Block a user