Commit ba411678 authored by David Kline's avatar David Kline Committed by GitHub
Browse files

Merge pull request #211 from davidkline-ms/master

Merging per approval
parents 6b8a62bd 612ca518
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -189,7 +189,7 @@ namespace Microsoft.Tools.WindowsDevicePortal
        public async Task ConnectAsync(
            string ssid = null,
            string ssidKey = null,
            bool updateConnection = true,
            bool updateConnection = false,
#if WINDOWS_UWP
            Certificate manualCertificate = null)
#else