Stopping and Stopped notifications distinct

This commit is contained in:
2024-08-24 10:12:23 -04:00
parent 7c2d3df16b
commit 70947d5fa7
5 changed files with 20 additions and 11 deletions

View File

@ -114,7 +114,7 @@ pub fn process_menu(
Menu::BluetoothStop { data } => {
cli.writer()
.write_str("SendingBluetoothStop")?;
let _ = dispatch.send_blocking(Commands::BluetoothStop { data: data });
let _ = dispatch.send_blocking(Commands::BluetoothStop { _data: data });
}
Menu::BluetoothLearn { data } => {
cli.writer()