Skip to content

Commit 4bc6271

Browse files
authored
Fix touch screen and wifi issue when both in use (#55)
1 parent 44719cf commit 4bc6271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/M5Core2TestApp/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Debug.WriteLine("Hello from M5Core2!");
1616

1717
const string Ssid = "SSID";
18-
const string Password = "YourWifiPassword";
18+
const string Password = "YourWifiPasswordHere";
1919
// Give 60 seconds to the wifi join to happen
2020
CancellationTokenSource cs = new(60000);
2121
var success = WiFiNetworkHelper.ConnectDhcp(Ssid, Password, requiresDateTime: true, token: cs.Token);

0 commit comments

Comments
 (0)