Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
chill117 committed Jun 5, 2024
1 parent 8454909 commit 201b112
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

* v1.6.1:
* Fix JSON-RPC getconfig when called with empty array should return all configurations
* v1.6.0:
* Bluetooth JSON-RPC interface enabled when button pressed at boot
* Wait for JSON-RPC serial interface to time-out before initializing e-paper, bill acceptor
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ build_flags =
[firmware]
build_flags =
'-D FIRMWARE_NAME="Bleskomat Bills ATM"'
'-D FIRMWARE_VERSION="v1.6.0"'
'-D FIRMWARE_VERSION="v1.6.1"'
!echo "'-D FIRMWARE_COMMIT_HASH=\"$(head -1 .git-commit-hash 2>/dev/null || echo -n)\"'"

[env:bleskomat32]
Expand Down

0 comments on commit 201b112

Please sign in to comment.