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
Hi,
I've been recently playing with SX1278 and found that onReceive callback is called only for RxDone
While according to datasheet it should be called for any interrupt, including TxDone.
It's mapped to DIO0 and should handle both callback for receive and callback for send.
Though when I'm sending data, callback is not called at all.
The text was updated successfully, but these errors were encountered:
You are correct this isn't implemented. Issue #63 is the previous discussion on the issue and #62 is a work in progress PR that needs some attention. I will look into that as soon as I can.
Hi,
I've been recently playing with SX1278 and found that onReceive callback is called only for RxDone
While according to datasheet it should be called for any interrupt, including TxDone.
It's mapped to DIO0 and should handle both callback for receive and callback for send.
Though when I'm sending data, callback is not called at all.
The text was updated successfully, but these errors were encountered: