minor change for distance ranging

This commit is contained in:
Yunhorn 2024-08-15 14:07:58 +08:00
parent 8475514ee8
commit 7d6c0c9bf1
2 changed files with 2 additions and 5 deletions

View File

@ -247,7 +247,7 @@
#define MajorVer 24U
#define MinorVer 8U
#define SubMinorVer 1U
#define SubMinorVer 15U
#define FirmwareVersion 3U
#define YUNHORN_STS_MAX_NVM_CFG_SIZE 64U

View File

@ -1104,11 +1104,8 @@ static void SendTxData(void)
APP_LOG(TS_ON, VLEVEL_M, "Next Tx in : ~%d second(s)\r\n", (nextTxIn / 1000));
}
}
} else {
APP_LOG(TS_OFF, VLEVEL_M, "\r\n ######## LmHandlerIsBusy ************** \r\n");
}
//else { APP_LOG(TS_OFF, VLEVEL_M, "\r\n ######## LmHandlerIsBusy ************** \r\n"); }
if ((EventType == TX_ON_TIMER)) //||((EventType == TX_ON_EVENT)&&(nextTxIn >0)))
{