You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/Inkplate5/Advanced/WEB_WiFi/Inkplate5_Show_Pictures_From_Web/Inkplate5_Show_Pictures_From_Web.ino
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,8 @@
33
33
#include"WiFi.h"//Include library for WiFi
34
34
35
35
// Enter your WiFi credentials
36
-
constchar *ssid = "Soldered";
37
-
constchar *pass = "dasduino";
36
+
constchar *ssid = "";
37
+
constchar *pass = "";
38
38
39
39
Inkplate display(INKPLATE_1BIT); // Create an object on Inkplate library and also set library into 1 Bit mode (BW)
0 commit comments