yincheng.zhong
2022-11-07 adf1451904607e2f8d47437e2b730fe6e09130c6
Src/application/dw_app.c
@@ -78,7 +78,7 @@
   NEARPOLL,
}tag_state=NEARPOLL;
static dwt_config_t config = {
   5,               /* Channel number. */
   2,               /* Channel number. */
   DWT_PRF_64M,     /* Pulse repetition frequency. */
   DWT_PLEN_128,    /* Preamble length. */
   DWT_PAC8,        /* Preamble acquisition chunk size. Used in RX only. */
@@ -646,6 +646,6 @@
         //GPIO_WriteBit(EU_TX_GPIO, EU_RX_PIN, Bit_RESET);
         break;
   }
    bat_percent=Get_VDDVlotage();
   dwt_entersleep();
    bat_percent=Get_VDDVlotage();
}