Basic bluetooth functionality
This commit is contained in:
@ -111,7 +111,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()
|
||||
|
||||
Reference in New Issue
Block a user