diff --git a/WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.Shared/DevicePortal.cs b/WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.Shared/DevicePortal.cs index e58eae5f..01bfe26a 100644 --- a/WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.Shared/DevicePortal.cs +++ b/WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.Shared/DevicePortal.cs @@ -189,7 +189,7 @@ public string PlatformName public async Task ConnectAsync( string ssid = null, string ssidKey = null, - bool updateConnection = true, + bool updateConnection = false, #if WINDOWS_UWP Certificate manualCertificate = null) #else