Skip to content

Commit 1bb48e5

Browse files
author
Daniel Jäckle
committed
Update readme file
1 parent 982c7be commit 1bb48e5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

readme.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,25 @@ not of a bootloader and the radio frequency band to be used.
142142

143143
6. 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+
145164
2017-02-27, V4.3.1
146165
* General
147166
1. This version has passed EU868 and US915 LoRa-Alliance compliance tests.

0 commit comments

Comments
 (0)