Merge pull request #143 from DavidLin1577/patch-9

Update tencent_cloud_sdk_coap.c
This commit is contained in:
Arthur
2020-04-18 09:55:58 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ void application_entry(void *arg)
coap_basic_thread(); coap_basic_thread();
while (1) { while (1) {
printf("This is a mqtt demo!\r\n"); printf("This is a coap demo!\r\n");
tos_task_delay(1000); tos_task_delay(1000);
} }
} }

View File

@@ -39,7 +39,7 @@ void application_entry(void *arg)
coap_thread(); coap_thread();
while (1) { while (1) {
printf("This is a mqtt demo!\r\n"); printf("This is a coap demo!\r\n");
tos_task_delay(1000); tos_task_delay(1000);
} }
} }