From 6bf364f02443bac27a7dc560f0f8afddbeb34cfc Mon Sep 17 00:00:00 2001
From: Paul-Winpenny <92634321+Paul-Winpenny@users.noreply.github.com>
Date: Tue, 22 Oct 2024 09:43:11 +0100
Subject: [PATCH] Readded the displaying of wifi networks when connecting.

---
 App/RobobinApp/ViewModels/ConnectionPageViewModel.cs      | 2 +-
 Connectivity/{ => Pico}/Workstations.py                   | 0
 Connectivity/{ bluetoothTest.py => Pico/bluetoothTest.py} | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename Connectivity/{ => Pico}/Workstations.py (100%)
 rename Connectivity/{ bluetoothTest.py => Pico/bluetoothTest.py} (100%)

diff --git a/App/RobobinApp/ViewModels/ConnectionPageViewModel.cs b/App/RobobinApp/ViewModels/ConnectionPageViewModel.cs
index 65238e5c..76300599 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
-- 
GitLab