mbed-os/features/lorawan
Hasnain Virk 928c68cd7f Restoring default RX2 data rate
In #b0b0261 we changed the RX2 data rate to start from the highest data rate
available for the PHY rather than standard defined DR.
This introduced a regression, i.e., even when somebody changed the default RX2 data
rate to something usable for their environment, it didn't take any effect. As in
reset_mac_params() we override the data rate with max value possible for that PHY.
This commit restores the original behaviour and we always use standard defined
values.
2018-08-20 14:35:40 +03:00
..
lorastack Restoring default RX2 data rate 2018-08-20 14:35:40 +03:00
system Making recv timing error and preamble length configurable 2018-07-30 15:25:36 +03:00
LICENSE Adding license text and BSD-Clause 3 2018-02-09 11:00:56 -06:00
LoRaRadio.h Correcting unit for timeout 2018-07-12 13:28:21 +03:00
LoRaWANBase.h Lora: send and receive methods return LORAWAN_STATUS_NOT_INITIALIZED if not initialized 2018-08-14 10:03:11 +03:00
LoRaWANInterface.cpp Lora: Support user provided LoRaPHY object 2018-07-06 15:11:10 +03:00
LoRaWANInterface.h Lora: Document all possible error codes for LoRaWANBase methods 2018-08-07 15:25:44 +03:00
LoRaWANStack.cpp Merge pull request #7719 from kivaisan/document_lorawan_return_values 2018-08-16 09:04:39 -05:00
LoRaWANStack.h Reporting scheduling failures 2018-08-01 16:28:00 +03:00
lorawan_types.h [IOTCELL-1181] Fixing incorrect NetID causing ABP Failures 2018-07-30 15:02:35 +03:00
mbed_lib.json Making recv timing error and preamble length configurable 2018-07-30 15:25:36 +03:00