Commit graph

8 commits

Author SHA1 Message Date
Lilian
71f9ab3f19 Remove redundant BLE service UUID check as it is already done using a ScanFilter 2024-08-01 23:04:10 +02:00
Lilian
19db575be2 Address additional PR review comments for code simplification 2024-08-01 23:04:10 +02:00
Lilian
ba41bf3a65 Simplify error handling of BLE writing 2024-08-01 23:04:10 +02:00
Lilian
925fb45617 Address PR review comments for BLE feature 2024-08-01 23:04:10 +02:00
Lilian
e8a1ed3907 Improve error handling in BLE device enumeration 2024-08-01 23:04:10 +02:00
Lilian
c273d4cbfc 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-08-01 23:04:10 +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