Commit graph

5 commits

Author SHA1 Message Date
Lilian
de6a1c50e8
Address PR review comments for BLE feature 2024-07-31 23:40:20 +02:00
Lilian
9330fee127
Improve error handling in BLE device enumeration 2024-07-30 19:26:51 +02:00
Lilian
3fe70906e6
Add support for transferring badge config via Bluetooth Low Energy
Adds a new crate feature `ble` that allows for transfering badge
configurations over Bluetooth Low Energy instead of USB.
Expands the CLI to allow for specification of the transport protocol,
either USB or BLE.

The BLE library uses async rust requiring to add tokio as a async runtime
to the CLI.
2024-07-30 18:56:29 +02:00
Martin Michaelis
03fa9668b5 Allow usage without embedded graphics 2024-06-07 20:04:53 +00:00
Martin Michaelis
97d5561e81 Initial commit 2024-06-07 13:33:27 +00:00