forked from things-nyc/arduino-lmic
-
Notifications
You must be signed in to change notification settings - Fork 224
Open
Labels
Description
In the compliance test for US915, we are asked to rejoin. This can take a long time if 64 channels are enabled. (And we'd like to test this without changing the device settings for test.)
This would be better if we implemented the subband-by-subband scan for join request mentioned in the LoRa Alliance docs. It would also be better if we also restarted our probe in the last found subband (and focused a few probes in that area).
Once we fix the join-flood issue (#546), this will just be worst, because the time gets very long...