Skip to content

Commit

Permalink
Version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chill117 committed Oct 10, 2022
1 parent f915d05 commit 1a9f4ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

* v1.3.0:
* Bill acceptor support
* Debounce hx616 pulse counting to prevent extraneous accumulated value. Don't count pulses caused by reconnecting coin signal pin, or when powering on the hx616, or when changing the physical switches on the hx616. Still possible but less likely as pulse high/low must be 20-200ms.
* Fix QR code too small when text_size increased
* v1.2.5:
* Improved reliability of counting pulses with hx616 coin acceptor
* Fix for non-integer coin increment value
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ build_flags =
[firmware]
build_flags =
'-D FIRMWARE_NAME="Bleskomat DIY"'
'-D FIRMWARE_VERSION="v1.2.5"'
'-D FIRMWARE_VERSION="v1.3.0"'
!echo "'-D FIRMWARE_COMMIT_HASH=\"$(git rev-parse HEAD)\"'"

[env:bleskomat32]
Expand Down

0 comments on commit 1a9f4ee

Please sign in to comment.