Skip to content

Commit 8a74548

Browse files
committed
Removed WiFi data
1 parent 04dba10 commit 8a74548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Inkplate6COLOR/Projects/Inkplate6COLOR_Image_Frame_From_Web/Inkplate6COLOR_Image_Frame_From_Web.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
Inkplate display;
2323

24-
const char *ssid = "Soldered"; // Your WiFi SSID
25-
const char *password = "dasduino"; // Your WiFi password
24+
const char *ssid = ""; // Your WiFi SSID
25+
const char *password = ""; // Your WiFi password
2626

2727
void setup()
2828
{

0 commit comments

Comments
 (0)