Skip to content

Commit

Permalink
Merge branch 'fix-avr-board' into 'master'
Browse files Browse the repository at this point in the history
Fix avr board

See merge request smartme.io/arancino/arancino-library!31
  • Loading branch information
sergiotomasello committed Jun 16, 2021
2 parents 0c44c72 + 1113e4f commit 1aef15a
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 64 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

#### v 1.4.2 - 2021.06.15
* Fix: Fixed bug with `free` function for avr board. [#mhcbn0](https://app.clickup.com/t/mhcbn0)
* Fix: Fixed bug with uint type for avr board. [#mhcbn0](https://app.clickup.com/t/mhcbn0)

#### v 1.4.1 - 2021.04.06
* Fix: Fixed bug with `println` function. [#gk5z1y](https://app.clickup.com/t/gk5z1y)
* Fix: Fixed bug with float's and double's types in `set` function. [#g71qk9](https://app.clickup.com/t/g71qk9)
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Arancino
version=1.4.1
version=1.4.2
author=smartme.IO
maintainer=smartme.IO <[email protected]>
sentence=Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.
Expand Down
Loading

0 comments on commit 1aef15a

Please sign in to comment.