From 010f1296081fad4a347de2b3f9ac1529c7386f6f Mon Sep 17 00:00:00 2001 From: David Lin Date: Fri, 17 Apr 2020 22:15:54 +0800 Subject: [PATCH] Update qcloud_iot_hub_sdk_coap.c --- examples/qcloud_iot_hub_sdk_coap/qcloud_iot_hub_sdk_coap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/qcloud_iot_hub_sdk_coap/qcloud_iot_hub_sdk_coap.c b/examples/qcloud_iot_hub_sdk_coap/qcloud_iot_hub_sdk_coap.c index 9d312bff..914e7f5a 100644 --- a/examples/qcloud_iot_hub_sdk_coap/qcloud_iot_hub_sdk_coap.c +++ b/examples/qcloud_iot_hub_sdk_coap/qcloud_iot_hub_sdk_coap.c @@ -41,7 +41,7 @@ void application_entry(void *arg) coap_basic_thread(); while (1) { - printf("This is a mqtt demo!\r\n"); + printf("This is a coap demo!\r\n"); tos_task_delay(1000); } }