Skip to content

fix: remove joinABPAsync reference #29

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

Merged
merged 1 commit into from
Jul 20, 2023
Merged

Conversation

fpistm
Copy link
Member

@fpistm fpistm commented Jul 20, 2023

With ABP mode, an end device skips the join procedure and so it is not blocking.
As explained in the documentation of the joinABP:

"An ABP join returns immediately, it does not need to wait for the network, so there is no separate non-blocking/async version of this method."

Fixes #28

With ABP mode, an end device skips the join procedure
and so it is not blocking.
As explained in the documentation of the joinABP:

"An ABP join returns immediately, it does not need to wait
for the network, so there is no separate non-blocking/async
version of this method."

Fixes stm32duino#28

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
@fpistm fpistm added the enhancement New feature or request label Jul 20, 2023
@fpistm fpistm added this to the 0.1.2/0.2.0 milestone Jul 20, 2023
@fpistm fpistm merged commit aef56fd into stm32duino:main Jul 20, 2023
@fpistm fpistm deleted the joinABPAsync branch July 20, 2023 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JoinABP assync
1 participant