Commit f51b8cf9 authored by 957dd's avatar 957dd

release

parent 76e8da9d
......@@ -28,7 +28,7 @@
#include "task_manager.h"
static const char *tag_s = "MQTT_MGR";
#define DEFAULT_MQTT_HOST "119.45.167.177"
#define DEFAULT_MQTT_HOST "mqtt177.controlmelive.com"
// 最多支持同时连接的服务器数量
#define MAX_MQTT_CLIENTS 10
......@@ -424,4 +424,4 @@ void mqtt_abnormal_exittask_init(void) {
*/
void mqtt_manager_init_sequence(void) {
(void)app_task_start(APP_TASK_MQTT_INIT, config_pull_and_init_task, NULL, NULL);
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment