From 7558463213141b5ecab041af71207dd0626a0119 Mon Sep 17 00:00:00 2001 From: yanxiaoyong-ch <65027674+yanxiaoyong-ch@users.noreply.github.com> Date: Thu, 24 Mar 2022 16:46:35 +0800 Subject: [PATCH] remove linksdk_gateway_demo's private info. (#1446) * fix read memory overflow risk of linksdk's mqtt. * remove ota component's gpl related files. * remove linksdk_gateway_demo's private info. --- .../linksdk_gateway_demo/subdev_basic_demo.c | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/solutions/linksdk_gateway_demo/subdev_basic_demo.c b/solutions/linksdk_gateway_demo/subdev_basic_demo.c index ab1251b8e4..7f90ead859 100644 --- a/solutions/linksdk_gateway_demo/subdev_basic_demo.c +++ b/solutions/linksdk_gateway_demo/subdev_basic_demo.c @@ -31,28 +31,28 @@ static uint8_t g_mqtt_recv_thread_running = 0; aiot_subdev_dev_t g_subdev[] = { { - "a13FN5TplKq", - "subdev_basic_demo_01", - "768XBgQwgOakz3K4uhOiLeeh9xjJQx6h", - "y7GSILD480lBSsP8" + "", + "", + "", + "" }, { - "a13FN5TplKq", - "subdev_basic_demo_02", - "iwTZrbjbgNVChfuJkihjE5asekoyKoYv", - "y7GSILD480lBSsP8" + "", + "", + "", + "" }, { - "a13FN5TplKq", - "subdev_basic_demo_03", - "fdutq35iKMYdcWWBuIINY26hsNhgFXWE", - "y7GSILD480lBSsP8" + "", + "", + "", + "" }, { - "a13FN5TplKq", - "subdev_basic_demo_04", - "HCKv50YqgwdKhy5cE0Vz4aydmK2ojPvr", - "y7GSILD480lBSsP8" + "", + "", + "", + "" } }; -- GitLab