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;