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.
1 parent 44719cf commit 4bc6271Copy full SHA for 4bc6271
Tests/M5Core2TestApp/Program.cs
@@ -15,7 +15,7 @@
15
Debug.WriteLine("Hello from M5Core2!");
16
17
const string Ssid = "SSID";
18
-const string Password = "YourWifiPassword";
+const string Password = "YourWifiPasswordHere";
19
// Give 60 seconds to the wifi join to happen
20
CancellationTokenSource cs = new(60000);
21
var success = WiFiNetworkHelper.ConnectDhcp(Ssid, Password, requiresDateTime: true, token: cs.Token);
0 commit comments