Open sw-dev-code opened 1 year ago
Hi,
When I set SF11 using the function LMIC_setDrTxpow I can see that the Join request is always sent using SF7.
LMIC_setDrTxpow
Can anyone tell me why this is the case and how I can set SF for the Join request?
https://github.com/mcci-catena/arduino-lmic/issues/938#issuecomment-1778100771
Check my answer here
Hi,
When I set SF11 using the function
LMIC_setDrTxpow
I can see that the Join request is always sent using SF7.Can anyone tell me why this is the case and how I can set SF for the Join request?