2019-12-08 02:16 PM
2019-12-08 04:54 PM
The radio layer does a call back to OnRxDone()
void OnRxDone( uint8_t *payload, uint16_t size, int16_t rssi, int8_t snr );
2019-12-08 04:54 PM
The radio layer does a call back to OnRxDone()
void OnRxDone( uint8_t *payload, uint16_t size, int16_t rssi, int8_t snr );
2019-12-09 05:33 AM
thanks , it works :D