From c225296bea54d5002c0e4790e4c3305b557f8103 Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期三, 13 十一月 2024 16:45:33 +0800 Subject: [PATCH] 1.15,基站加入测试的gpio,已经注释掉 --- Src/application/dw_app.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Src/application/dw_app.c b/Src/application/dw_app.c index b0ef949..4655fa8 100644 --- a/Src/application/dw_app.c +++ b/Src/application/dw_app.c @@ -267,10 +267,12 @@ memcpy(&lora_start_poll_buff[ANC_ID_IDX],&g_com_map[DEV_ID],2); LED_TB_ON; +// HAL_GPIO_WritePin(GPIOB, GPIO_PIN_14, GPIO_PIN_SET); Radio.Send(lora_start_poll_buff, 4); UWB_Wkup(); delay_us(1000); MBXANCPoll(); +// HAL_GPIO_WritePin(GPIOB, GPIO_PIN_14, GPIO_PIN_RESET); dwt_entersleep(); } next_poll_state = Next_Poll_LORASYNC; -- Gitblit v1.9.3