Commit 2b8c9f58 authored by 957dd's avatar 957dd

更新了开机等待时间和刷新时间

parent c286b9bf
No preview for this file type
...@@ -207,7 +207,7 @@ void on_message(struct mosquitto *mosq, void *obj, const struct mosquitto_messag ...@@ -207,7 +207,7 @@ void on_message(struct mosquitto *mosq, void *obj, const struct mosquitto_messag
switch(gmessage_type) switch(gmessage_type)
{ {
case 2: case 2:
if(gmessage_4_index<=150) if(gmessage_4_index<=50)
{ {
free(payload_str); free(payload_str);
return ; return ;
......
No preview for this file type
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