From 8ce1ad3684215ad4108246c03ae32bf93d992062 Mon Sep 17 00:00:00 2001 From: ethanDu1 <50894974+ethanDu1@users.noreply.github.com> Date: Fri, 4 Dec 2020 15:05:59 +0800 Subject: [PATCH] Update http_client_sample.c --- samples/http/http_client_sample.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/http/http_client_sample.c b/samples/http/http_client_sample.c index b22e2da..9968922 100644 --- a/samples/http/http_client_sample.c +++ b/samples/http/http_client_sample.c @@ -26,11 +26,11 @@ #include "utils_httpc.h" #include "uiot_export_http.h" -#define UIOT_MY_PRODUCT_SN "nvtmx50n2j9nilik" +#define UIOT_MY_PRODUCT_SN "PRODUCT_SN" -#define UIOT_MY_DEVICE_SN "tlilyffhh3aqi6zx" +#define UIOT_MY_DEVICE_SN "DEVICE_SN" -#define UIOT_MY_DEVICE_SECRET "l0310dqp3rjciupw" +#define UIOT_MY_DEVICE_SECRET "DEVICE_SECRET" #define UIOT_PUBLISH_TOPIC "%s/%s/upload/event"