Skip to content

Commit a8a6b8d

Browse files
authored
Merge branch 'main' into MultipleCallbacks
2 parents ac34e9f + d6a9d90 commit a8a6b8d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/WebServerE2ETests/WiFi.cs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)