File tree Expand file tree Collapse file tree 4 files changed +23
-2
lines changed
blue_heron_transport_uart Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.1.1
4
+
5
+ * Bugfixes
6
+ * Disconnecting from an ATT client works now
7
+ * Reconnect now works
8
+ * Sending a ` connection_create ` cmd when a device is unavailable
9
+ retries now
10
+ * ` connection_complete ` event now uses the correct address
11
+ * Multiple ATT clients can now be started simultaneously
12
+ * HCI and ACL calls will now timeout rather than hang forever
13
+ endianness
14
+ * Transport now supports having multiple commands in flight
15
+ * Enhancements
16
+ * Added ` btsnoop ` parser
17
+
3
18
## v0.1.0
4
19
5
20
Initial release
Original file line number Diff line number Diff line change 1
1
defmodule BlueHeron.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.1.0 "
4
+ @ version "0.1.1 "
5
5
@ source_url "https://github.com/smartrent/blue_heron"
6
6
7
7
def project do
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.1.1
4
+
5
+ * Bugfixes:
6
+ * Refactored UART framing to be much simpler.
7
+ This fixes ACL not working on Raspberry pi devices
8
+
3
9
## v0.1.0
4
10
5
11
Initial release
Original file line number Diff line number Diff line change 1
1
defmodule BlueHeronTransportUart.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.1.0 "
4
+ @ version "0.1.1 "
5
5
@ source_url "https://github.com/smartrent/blue_heron/tree/main/blue_heron_transport_uart"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments