You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated to the most recent build and noticed that my join process was taking longer, it would appear that it is no longer selecting the correct subband. I've had a look through the changes and haven't been able to locate the issue.
I can switch between the old version and it works perfectly each time and the new version does not.
I tried switching back to the old version of:
lmic_channelshuffle.c
lmic_us_like.c
lorabase.h
They seemed to have some possible changes related to this but no luck.
For example, I am selecting subband 2 (ttn_set_subband(2);) and getting the following logs:
I have a good idea which change could be related to this problem. Can you add the code you use for the initialization (mainly the ttn_xxx calls up to ttn_join()?
Hi,
I have updated to the most recent build and noticed that my join process was taking longer, it would appear that it is no longer selecting the correct subband. I've had a look through the changes and haven't been able to locate the issue.
I can switch between the old version and it works perfectly each time and the new version does not.
I tried switching back to the old version of:
lmic_channelshuffle.c
lmic_us_like.c
lorabase.h
They seemed to have some possible changes related to this but no luck.
For example, I am selecting subband 2 (ttn_set_subband(2);) and getting the following logs:
Where the last line is correctly within subband 2 and joins succesfully.
The text was updated successfully, but these errors were encountered: