stm32duino / STM32LoRaWAN

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

fix: remove joinABPAsync reference #29

Closed fpistm closed 1 year ago

fpistm commented 1 year 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