Skip to content

Commit

Permalink
Fixed some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoric committed Jun 16, 2023
1 parent 9d42974 commit 281f828
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Inkplate display(INKPLATE_1BIT);
char *ssid = ""; // Your WiFi SSID
char *pass = ""; // Your WiFi password

// Optionally
// Add the URL of the image you want to show on Inkplate
String url = "https://raw.githubusercontent.com/SolderedElectronics/Inkplate-Arduino-library/dev/examples/Inkplate10/Advanced/WEB_WiFi/Inkplate10_Show_JPG_With_HTTPClient/image.jpg";

/***********************************************/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Inkplate display;
char *ssid = ""; // Your WiFi SSID
char *pass = ""; // Your WiFi password

// Optionally
// Add the URL of the image you want to show on Inkplate
String url = "https://raw.githubusercontent.com/SolderedElectronics/Inkplate-Arduino-library/dev/examples/Inkplate2/Advanced/WEB_WiFi/Inkplate2_Show_JPG_With_HTTPClient/image.jpg";

/***********************************************/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Inkplate display;
char *ssid = ""; // Your WiFi SSID
char *pass = ""; // Your WiFi password

// Optionally
// Add the URL of the image you want to show on Inkplate
String url = "https://raw.githubusercontent.com/SolderedElectronics/Inkplate-Arduino-library/dev/examples/Inkplate4/Advanced/WEB_WiFi/Inkplate4_Show_JPG_With_HTTPClient/image.jpg";

/***********************************************/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Inkplate display(INKPLATE_1BIT);
char *ssid = ""; // Your WiFi SSID
char *pass = ""; // Your WiFi password

// Optionally
// Add the URL of the image you want to show on Inkplate
String url = "https://raw.githubusercontent.com/SolderedElectronics/Inkplate-Arduino-library/dev/examples/Inkplate5/Advanced/WEB_WiFi/Inkplate5_Show_JPG_With_HTTPClient/image.jpg";

/***********************************************/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Inkplate display(INKPLATE_1BIT);
char *ssid = ""; // Your WiFi SSID
char *pass = ""; // Your WiFi password

// Optionally
// Add the URL of the image you want to show on Inkplate
String url = "https://raw.githubusercontent.com/SolderedElectronics/Inkplate-Arduino-library/dev/examples/Inkplate6/Advanced/WEB_WiFi/Inkplate6_Show_JPG_With_HTTPClient/image.jpg";

/***********************************************/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Inkplate display;
char *ssid = ""; // Your WiFi SSID
char *pass = ""; // Your WiFi password

// Optionally
// Add the URL of the image you want to show on Inkplate
String url = "https://raw.githubusercontent.com/SolderedElectronics/Inkplate-Arduino-library/dev/examples/Inkplate6COLOR/Advanced/WEB_WiFi/Inkplate6COLOR_Show_JPG_With_HTTPClient/image.jpg";

/***********************************************/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Inkplate6PLUS_Bluetooth_Peripheral_Mode example for Soldered Inkplate 6Plus
For this example you will need USB cable and an Inkplate 6
For this example you will need USB cable and an Inkplate 6PLUS
Select "e-radionica Inkplate 6Plus" or "Soldered Inkplate 6Plus" from Tools -> Board menu.
Don't have "e-radionica Inkplate 6Plus" or "Soldered Inkplate 6Plus" option? Follow our tutorial and add it:
https://soldered.com/learn/add-inkplate-6-board-definition-to-arduino-ide/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ Inkplate display(INKPLATE_1BIT);

/**************** CHANGE HERE ******************/

char *ssid = ""; // Your WiFi SSID
char *pass = ""; // Your WiFi password
char *ssid = "Soldered"; // Your WiFi SSID
char *pass = "dasduino"; // Your WiFi password

// Optionally
// Add the URL of the image you want to show on Inkplate
String url = "https://raw.githubusercontent.com/SolderedElectronics/Inkplate-Arduino-library/dev/examples/Inkplate6PLUS/Advanced/WEB_WiFi/Inkplate6PLUS_Show_JPG_With_HTTPClient/image.jpg";

/***********************************************/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Inkplate display;
char *ssid = ""; // Your WiFi SSID
char *pass = ""; // Your WiFi password

// Optionally
// Add the URL of the image you want to show on Inkplate
String url = "https://raw.githubusercontent.com/SolderedElectronics/Inkplate-Arduino-library/dev/examples/Inkplate7/Advanced/WEB_WiFi/Inkplate7_Show_JPG_With_HTTPClient/image.jpg";

/***********************************************/
Expand Down

0 comments on commit 281f828

Please sign in to comment.