From 1a9f4ee6b4a50e9ab3d4b0d642a5448cd607b5ab Mon Sep 17 00:00:00 2001 From: Charles Hill Date: Mon, 10 Oct 2022 19:52:21 +0100 Subject: [PATCH] Version, changelog --- CHANGELOG.md | 4 ++++ platformio.ini | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 727f729..708e582 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/platformio.ini b/platformio.ini index e2d585a..f041657 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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]