We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f59278 commit 3eba1fdCopy full SHA for 3eba1fd
CHANGELOG.md
@@ -6,6 +6,12 @@ possible that would be really nice to have. I just haven't had a project to
6
justify them and don't have time. Please consider reaching out if you have time
7
and interest.*
8
9
+## v1.5.5
10
+
11
+* Fixes
12
+ * Increase max transfer size from slightly under 16 KB to 32 KB. Thanks to
13
+ @ewildgoose for this fix.
14
15
## v1.5.4
16
17
* Fixes
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Circuits.UART.MixProject do
2
use Mix.Project
3
4
- @version "1.5.4"
+ @version "1.5.5"
5
@source_url "https://github.com/elixir-circuits/circuits_uart"
def project do
0 commit comments