WXK
2023-08-10 f91c026378ada7cf97de4cc28c4e3bea38fee9b2
Src/application/dw_app.c
@@ -81,7 +81,7 @@
    SINGLEPOLL,
}tag_state=STARTPOLL;
static dwt_config_t config = {
   2,               /* Channel number. */
   5,               /* Channel number. */
   DWT_PRF_64M,     /* Pulse repetition frequency. */
   DWT_PLEN_128,    /* Preamble length. */
   DWT_PAC8,        /* Preamble acquisition chunk size. Used in RX only. */
@@ -1258,6 +1258,8 @@
          //  Poll();
            break;
   }
    FZNearPoll();
    dwt_forcetrxoff();
     userkey_state = !GET_USERKEY;
   dwt_entersleep();
}