Skip to content
Snippets Groups Projects
Commit 6bf364f0 authored by Paul-Winpenny's avatar Paul-Winpenny
Browse files

Readded the displaying of wifi networks when connecting.

parent 8afe5e8b
No related branches found
No related tags found
1 merge request!1App now has a basic structure and BLE support
......@@ -347,7 +347,7 @@ namespace RobobinApp.ViewModels
Debug.WriteLine($"Successfully connected to {SelectedDevice.Name}.");
var services = await _connectedDevice.GetServicesAsync();
IsWifiNetworkSelectionVisible = true;
// Iterate through the discovered services
foreach (var service in services)
{
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment