Commit graph

9 commits

Author SHA1 Message Date
Valentin Weber
9caac1bb6e
fix: fix clippy linting 2025-07-20 12:55:08 +02:00
Valentin Weber
8ff2ca9b66
fix: hand over device name as reference 2025-07-20 12:34:49 +02:00
Valentin Weber
a89e506d4a
fix: switch to &str in ble 2025-07-20 10:54:46 +02:00
Valentin Weber
c88a2a9ce0
feat: add BLE device name config 2025-07-20 10:26:03 +02:00
Martin Michaelis
5d745ab8fd Fix clippy lints
Some checks failed
CI / Check rust format (push) Has been cancelled
CI / Clippy (Rust stable) --no-default-features (push) Has been cancelled
CI / Clippy (Rust stable) -F cli (push) Has been cancelled
CI / Clippy (Rust stable) (push) Has been cancelled
CI / Test (Rust stable) --no-default-features (push) Has been cancelled
CI / Test (Rust stable) -F cli (push) Has been cancelled
CI / Test (Rust stable) (push) Has been cancelled
CI / Build for Windows (x86_64) (push) Has been cancelled
CI / Build for Linux (x86_64) (push) Has been cancelled
CI / Build for MacOS (arm64) (push) Has been cancelled
CI / Build for MacOS (x86_64) (push) Has been cancelled
CI / All required checks passed (push) Has been cancelled
CI / Create release (push) Has been cancelled
2025-07-15 20:56:23 +02: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