Skip to content

Commit caab7e8

Browse files
committed
Update Inkplate5_Show_Pictures_From_Web.ino
1 parent 59e0478 commit caab7e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Inkplate5/Advanced/WEB_WiFi/Inkplate5_Show_Pictures_From_Web/Inkplate5_Show_Pictures_From_Web.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
#include "WiFi.h" //Include library for WiFi
3434

3535
// Enter your WiFi credentials
36-
const char *ssid = "Soldered";
37-
const char *pass = "dasduino";
36+
const char *ssid = "";
37+
const char *pass = "";
3838

3939
Inkplate display(INKPLATE_1BIT); // Create an object on Inkplate library and also set library into 1 Bit mode (BW)
4040

0 commit comments

Comments
 (0)