You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [1.3.6] - 2022-01-18
6
+
7
+
### Changed
8
+
- When retrieving attributes from a server fails with a 128bit UUID containing the ble base UUID another attempt will be made with the 16bit version of the UUID.
9
+
10
+
### Fixed
11
+
- Memory leak when services are changed on server devices.
12
+
- Rare crashing that occurs when BLE commands are sent from ISR context using IPC.
13
+
- Crashing caused by uninitialized disconnect timer in client.
14
+
- Potential crash due to unintialized advertising callback pointer.
0 commit comments