v4.3.2
-
General (Last release based on LoRaWAN specification 1.0.1)
- This version has passed EU868 and US915 LoRa-Alliance compliance tests.
- GitHub reported issues corrections.
- Added an algorithm to automatically compute the Rx windows parameters. (Window symbolTimeout and Offset from downlink expected time)
- Added a workaround to reset the radio in case a TxTimeout occurs.
- Modified FSK modem handling to use the provided symbolTimeout (1 symbol equals 1 byte) when in RxSingle mode.
- Added newly defined TxCw(Tx Continuous Wave) certification protocol command.
- Added a fix for an overflow issue that could happen with NmeaStringSize variable.
- Improved GpioMcuInit function to first configure the output pin state before activating the pin.
-
LoRaWAN
- GitHub reported issues corrections.
- Changed the AdrAckCounter handling as expected by the test houses.
- Fix an issue where the node stopped transmitting.
- Removed useless LoRaMacPayload buffer.
- MAC layer indications handling simplification.
- Relocate parameter settings from ResetMacParameters to the initialization.