Commit graph

5 commits

Author SHA1 Message Date
Valentin Weber
1cb15622eb
feat: add support for brightness control 2025-02-22 11:51:06 +01:00
Martin Michaelis
44222843d8 Add list devices option 2024-12-31 23:28:06 +00:00
Lilian
925fb45617 Address PR review comments for BLE feature 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
97d5561e81 Initial commit 2024-06-07 13:33:27 +00:00