Commit 98fb2c44 authored by 957dd's avatar 957dd

Update main.c

parent 3d5b2c74
...@@ -83,7 +83,6 @@ void *Mqtt_onnect(void *arg) ...@@ -83,7 +83,6 @@ void *Mqtt_onnect(void *arg)
Delay_Ms(5,0); Delay_Ms(5,0);
mqtt_init();//mqtt初始化 mqtt_init();//mqtt初始化
mqtt_create(mosq);//创建mqtt客户端 mqtt_create(mosq);//创建mqtt客户端
mqtt_create(mosq);
//mqtt_wirte();//mqtt心跳首次发送 //mqtt_wirte();//mqtt心跳首次发送
while(1) while(1)
{ {
......
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