Update tencent_cloud_sdk_coap.c

coap is not mqtt,so
mqtt -> coap
This commit is contained in:
David Lin
2020-04-17 22:13:20 +08:00
committed by GitHub
parent 3fd1d77373
commit 559a85329e

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);
} }
} }