From 92bb967ed49ed23654ab2778f2e3aba02157e746 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Mon, 5 Feb 2024 01:34:13 +0800 Subject: [PATCH] update --- src/znordic_device_info_mgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/znordic_device_info_mgr.c b/src/znordic_device_info_mgr.c index e22276b..eedfc82 100644 --- a/src/znordic_device_info_mgr.c +++ b/src/znordic_device_info_mgr.c @@ -1,7 +1,7 @@ #include "znordic_device_info_mgr.h" void device_info_read_sn(sn_t* sn) { - const char* sn_str = "M1002000000002"; + const char* sn_str = "M1001000000002"; memcpy(sn->sn, sn_str, sizeof(sn->sn)); }