We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac34e9f + d6a9d90 commit a8a6b8dCopy full SHA for a8a6b8d
tests/WebServerE2ETests/WiFi.cs
@@ -0,0 +1,12 @@
1
+// Licensed to the .NET Foundation under one or more agreements.
2
+// The .NET Foundation licenses this file to you under the MIT license.
3
+
4
+namespace WebServerE2ETests
5
+{
6
+ public partial class Program
7
+ {
8
+ private const string Ssid = "yourSSID";
9
+ private const string Password = "YourPassword";
10
11
+ }
12
+}
0 commit comments