chore(clippy): clear warning backlog and harden conversions (#383)

This commit is contained in:
Chummy 2026-02-17 00:32:33 +08:00 committed by GitHub
parent a91516df7a
commit 3234159c6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 77 additions and 69 deletions

View file

@ -1999,7 +1999,7 @@ fn setup_hardware() -> Result<HardwareConfig> {
hw_config.baud_rate = match baud_idx {
1 => 9600,
2 => 57600,
3 => 230400,
3 => 230_400,
4 => {
let custom: String = Input::new()
.with_prompt(" Custom baud rate")