Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zargony committed Oct 29, 2024
1 parent 06b4c19 commit 3efd459
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion firmware/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

- First release
## 0.1.0 - 2024-10-30

- Showcased on general meeting
- Simple flow: authorize user by NFC, select number of drinks, confirm, purchase
- Purchases are created on Vereinsflieger
- Fetch article price from Vereinsflieger
- Fetch list of authorized users and their NFC uid from Vereinsflieger
- Static configuration stored on device flash
2 changes: 1 addition & 1 deletion firmware/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion firmware/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "touch-n-drink"
version = "0.0.0"
version = "0.1.0"
authors = ["Andreas Neuhaus <[email protected]>"]
edition = "2021"
description = "Firmware for cashless payment device for cold drinks at the aeroclub at EDLH"
Expand Down

0 comments on commit 3efd459

Please sign in to comment.