Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
chill117 committed Feb 28, 2024
1 parent 4c5382f commit 6e2f7e8
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,4 +1,6 @@
# Changelog

* v1.1.0:
* Bluetooth JSON-RPC interface enabled when button pressed at boot
* v1.0.0:
* Initial release
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ build_flags =
[firmware]
build_flags =
'-D FIRMWARE_NAME="Bleskomat Coins ATM"'
'-D FIRMWARE_VERSION="v1.0.0"'
'-D FIRMWARE_VERSION="v1.1.0"'
!echo "'-D FIRMWARE_COMMIT_HASH=\"$(head -1 .git-commit-hash 2>/dev/null || echo -n)\"'"

[env:bleskomat32]
Expand Down

0 comments on commit 6e2f7e8

Please sign in to comment.