Skip to content

Commit 1a9f4ee

Browse files
committed
Version, changelog
1 parent f915d05 commit 1a9f4ee

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
* v1.3.0:
4+
* Bill acceptor support
5+
* 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.
6+
* Fix QR code too small when text_size increased
37
* v1.2.5:
48
* Improved reliability of counting pulses with hx616 coin acceptor
59
* Fix for non-integer coin increment value

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ build_flags =
5151
[firmware]
5252
build_flags =
5353
'-D FIRMWARE_NAME="Bleskomat DIY"'
54-
'-D FIRMWARE_VERSION="v1.2.5"'
54+
'-D FIRMWARE_VERSION="v1.3.0"'
5555
!echo "'-D FIRMWARE_COMMIT_HASH=\"$(git rev-parse HEAD)\"'"
5656

5757
[env:bleskomat32]

0 commit comments

Comments
 (0)