stm32duino / STM32LoRaWAN

Arduino library to support LoRaWAN communication using the STM32WL series.
https://stm32duino.github.io/STM32LoRaWAN/
Other
34 stars 7 forks source link

fix: remove joinABPAsync reference #29

Closed fpistm closed 11 months ago

fpistm commented 11 months ago

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