Skip to content

Commit 138bc7d

Browse files
committed
Update Inkplate6COLOR_Show_Pictures_From_Web.ino
1 parent b83af56 commit 138bc7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Inkplate6COLOR/Advanced/WEB_WiFi/Inkplate6COLOR_Show_Pictures_From_Web/Inkplate6COLOR_Show_Pictures_From_Web.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
#include "WiFi.h" //Include library for WiFi
2727
Inkplate display; // Create an object on Inkplate library and also set library into 1 Bit mode (BW)
2828

29-
const char ssid[] = "e-radionica.com"; // Your WiFi SSID
30-
const char *password = "croduino"; // Your WiFi password
29+
const char ssid[] = ""; // Your WiFi SSID
30+
const char *password = ""; // Your WiFi password
3131

3232
void setup()
3333
{

0 commit comments

Comments
 (0)