Commit aa0aaddc authored by 957dd's avatar 957dd

Update main.c

parent 263b27a2
......@@ -50,7 +50,7 @@ void *Mqttbeat(void *arg)
{
printf("Mqttbeat start\n");
Delay_Ms(5,0);
Delay_Ms(10,0);
while(1)
{
mqtt_wirte();//心跳,3s一个
......
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