Commit e12259a9 authored by 957dd's avatar 957dd

Merge branch 'feature/android_initial_version' into 'master'

release See merge request !2
parents 775a3e61 f51b8cf9
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include "task_manager.h" #include "task_manager.h"
static const char *tag_s = "MQTT_MGR"; 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 #define MAX_MQTT_CLIENTS 10
...@@ -424,4 +424,4 @@ void mqtt_abnormal_exittask_init(void) { ...@@ -424,4 +424,4 @@ void mqtt_abnormal_exittask_init(void) {
*/ */
void mqtt_manager_init_sequence(void) { void mqtt_manager_init_sequence(void) {
(void)app_task_start(APP_TASK_MQTT_INIT, config_pull_and_init_task, NULL, NULL); (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