diff --git a/App/RobobinApp/ViewModels/ConnectionPageViewModel.cs b/App/RobobinApp/ViewModels/ConnectionPageViewModel.cs index 65238e5cf32cbc9b20dfc32a1c0aa8aa67267e79..7630059918cc5caf5256cb9e657471a8a754beb8 100644 --- a/App/RobobinApp/ViewModels/ConnectionPageViewModel.cs +++ b/App/RobobinApp/ViewModels/ConnectionPageViewModel.cs @@ -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) { diff --git a/Connectivity/Workstations.py b/Connectivity/Pico/Workstations.py similarity index 100% rename from Connectivity/Workstations.py rename to Connectivity/Pico/Workstations.py diff --git a/Connectivity/ bluetoothTest.py b/Connectivity/Pico/bluetoothTest.py similarity index 100% rename from Connectivity/ bluetoothTest.py rename to Connectivity/Pico/bluetoothTest.py