From faec15f04af4bdb99bfe8e17d85fae1e2cfdb381 Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期二, 08 八月 2023 10:53:34 +0800 Subject: [PATCH] 2.8,用户数据增加到16字节 --- Src/application/dw_app.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Src/application/dw_app.c b/Src/application/dw_app.c index 896be93..b7caaaf 100644 --- a/Src/application/dw_app.c +++ b/Src/application/dw_app.c @@ -221,7 +221,7 @@ } u16 tag_time_recv[TAG_NUM_IN_SYS]; -u8 usart_send[25]; +u8 usart_send[40]; u8 battary,button; extern uint8_t g_pairstart; void tag_sleep_configuraion(void) -- Gitblit v1.9.3