File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,25 @@ not of a bootloader and the radio frequency band to be used.
142142
1431436 . Changelog
144144-------------
145+ 2017-04-19, V4.3.2
146+ * General (Last release based on LoRaWAN specification 1.0.1)
147+ 1 . This version has passed EU868 and US915 LoRa-Alliance compliance tests.
148+ 2 . GitHub reported issues corrections.
149+ 3 . Added an algorithm to automatically compute the Rx windows parameters. (Window symbolTimeout and Offset from downlink expected time)
150+ 4 . Added a workaround to reset the radio in case a TxTimeout occurs.
151+ 5 . Modified FSK modem handling to use the provided symbolTimeout (1 symbol equals 1 byte) when in RxSingle mode.
152+ 6 . Added newly defined TxCw(Tx Continuous Wave) certification protocol command.
153+ 7 . Added a fix for an overflow issue that could happen with NmeaStringSize variable.
154+ 8 . Improved GpioMcuInit function to first configure the output pin state before activating the pin.
155+
156+ * LoRaWAN
157+ 1 . GitHub reported issues corrections.
158+ 2 . Changed the AdrAckCounter handling as expected by the test houses.
159+ 3 . Fix an issue where the node stopped transmitting.
160+ 4 . Removed useless LoRaMacPayload buffer.
161+ 5 . MAC layer indications handling simplification.
162+ 6 . Relocate parameter settings from ResetMacParameters to the initialization.
163+
1451642017-02-27, V4.3.1
146165* General
147166 1 . This version has passed EU868 and US915 LoRa-Alliance compliance tests.
You can’t perform that action at this time.
0 commit comments