LoRaMac-node
LoRaMac-node copied to clipboard
How to get the frequency on OnRxData
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 ?