WXK
2024-11-13 c225296bea54d5002c0e4790e4c3305b557f8103
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;