From bccfff0ace10f85619e9f1fd4b2806f99e9390c2 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期六, 16 八月 2025 18:33:27 +0800 Subject: [PATCH] 防丢标签V1.0,demo版本实现震动和测距 --- keil/mk_4G.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/keil/mk_4G.h b/keil/mk_4G.h index 17fd3dc..6f6ebb9 100644 --- a/keil/mk_4G.h +++ b/keil/mk_4G.h @@ -39,7 +39,7 @@ typedef struct{ Message_RecvState type; -uint16_t applyID; +char applyID[10]; uint16_t tagId; uint16_t gunLableId; uint16_t warnDistance; -- Gitblit v1.9.3