Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[question] onTxDone #655

Closed
homonto opened this issue Jul 10, 2023 · 2 comments
Closed

[question] onTxDone #655

homonto opened this issue Jul 10, 2023 · 2 comments

Comments

@homonto
Copy link

homonto commented Jul 10, 2023

Hi,

I started playing/using this very nice library and I have a question: is "onTxDone":

  1. only telling" TX done, whatever the result on the receiver side is (received or not)
  2. or, confirming: receiver got the packet

I am trying to implement acknowledged transmission and I am thinking about using onTxDone for that purpose but I am not sure if that really helps - unlike in ESPnow, where one can easily use "onTxDone" as ESPnow confirms the packet from the receiver to the sender.
Or do I have to program the receiver to explicitly send the message to the sender: "aloha, I got your message"

thank you

@morganrallen
Copy link
Collaborator

It only means the sender is done transmitting, it has no awareness of the receiving side.

@homonto
Copy link
Author

homonto commented Jul 10, 2023

thx

@homonto homonto closed this as completed Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants