From ef2519e856f324550def78ebdd57f2b7a8743e5d Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期五, 02 二月 2024 18:35:37 +0800 Subject: [PATCH] 初步开发完成 --- 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 1685534..448b7e4 100644 --- a/Src/application/dw_app.c +++ b/Src/application/dw_app.c @@ -218,7 +218,7 @@ } u16 tag_time_recv[TAG_NUM_IN_SYS]; -u8 usart_send[100]; +u8 usart_send[300]={0x55,0xAA}; u8 battary,button; extern uint8_t g_pairstart; void tag_sleep_configuraion(void) -- Gitblit v1.9.3