try output U/L frame count in lora_app.c

This commit is contained in:
Yunhorn 2023-12-25 18:27:58 +08:00
parent 7783576405
commit 548d9a3dbd
2 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ extern "C" {
/**
* @brief Verbose level for all trace logs
*/
#define VERBOSE_LEVEL VLEVEL_H
#define VERBOSE_LEVEL VLEVEL_L
/**
* @brief Enable trace logs

View File

@ -809,7 +809,7 @@ static void SendTxData(void)
#endif
UTIL_TIMER_Time_t nextTxIn = 0;
if (LmHandlerIsBusy() == false)
//if (LmHandlerIsBusy() == false)
{
uint8_t i = 0;
//MX_TOF_Process();
@ -1021,8 +1021,8 @@ static void OnTxData(LmHandlerTxParams_t *params)
#endif
UTIL_TIMER_Start(&TxLedTimer);
APP_LOG(TS_OFF, VLEVEL_M, "\r\n###### ========== MCPS-Confirm =============\r\n");
APP_LOG(TS_OFF, VLEVEL_M, "###### U/L FRAME:%04d | PORT:%d | DR:%d | PWR:%d", params->UplinkCounter,
APP_LOG(TS_OFF, VLEVEL_M, "\r\n###### ========== MCPS-Confirm =============\r\n"); //YUNHORN TODO was VLEVEL_M
APP_LOG(TS_OFF, VLEVEL_M, "###### U/L FRAME:%04d | PORT:%d | DR:%d | PWR:%d", params->UplinkCounter, //YUNHORN TODO was VLEVEL_M
params->AppData.Port, params->Datarate, params->TxPower);
APP_LOG(TS_OFF, VLEVEL_M, " | MSG TYPE:");