Skip to content

Commit d45fcd3

Browse files
committed
update history
1 parent 13aa128 commit d45fcd3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

history.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,18 @@ work in progress.
1616
- removed nextDevNonce member from LDL_MAC_JOIN_COMPLETE argument since LDL_MAC_DEV_NONCE_UPDATED now exists
1717
- fixed bug where invalid JoinNonce was not rejecting JoinAccept messages when LDL_L2_VERSION_1_0_4
1818
- fixed bug where RXParamSetupAns RX1DRoffset and RX2DataRate were not being decoded correctly
19-
- updated MBED and Ruby wrappers
19+
- updated wrappers
2020
- updated porting notes
2121
- updated examples
2222
- added LDL_MAC_getFPending() to find out if the network has more data to send to device
2323
- added LDL_MAC_getAckPending() to find out if the network is expecting acknowledgement
2424
- added ABP mode (disabled by default)
2525

26+
The following changes were made to MBED wrapper:
27+
28+
- fixed bug in LDL::DefaultStore() where dev_nonce and join_nonce were not being initialised to zero
29+
- fixed bug in LDL::DefaultSM() where app_key was used instead of nwk_key
30+
2631
## 0.5.4
2732

2833
- fixed bug affecting LDL_LITTLE_ENDIAN option. all decode functions were passing

0 commit comments

Comments
 (0)