Closed lnlp closed 3 years ago
Optional parameter setDrTxPowForOtaaExplicit
has been removed from initLmic()
.
In contrast to making it automatic as suggested above, the option has completely been removed for OTAA because setting initial data rate and transmit power has no effect for OTAA. This is due to how the (MCCI) LMIC library is implemented.
Remove the optional
setDrTxPowForOtaaExplicit
parameter frominitLmic()
and make this automatic.Automatic means call
LMIC-setDrTxPow()
for OTAA automatically if the dataRate or txPower parameter values differ from their default value. For ABP this will have no impact (for ABP the parameters are already used).