You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The callback OnTxData of LmHandler provide the parameter LmHandlerTxParams_t which contain the channel of the tx frame. But on the OnRxData callback, the LmHandlerRxParams_t doesn't provide this information. For logging purpose, I would like to get this. How I should do this ?
The text was updated successfully, but these errors were encountered:
The callback OnTxData of LmHandler provide the parameter LmHandlerTxParams_t which contain the channel of the tx frame. But on the OnRxData callback, the LmHandlerRxParams_t doesn't provide this information. For logging purpose, I would like to get this. How I should do this ?
The text was updated successfully, but these errors were encountered: