Skip to content

Commit

Permalink
default use IP in example
Browse files Browse the repository at this point in the history
  • Loading branch information
moononournation committed Jul 29, 2022
1 parent 41c0c74 commit 94ecad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/WiFiPhotoFrame/WiFiPhotoFrame.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Dependent libraries:
* JPEGDEC: https://github.com/bitbank2/JPEGDEC.git
*
*
* Raspberry Pi Pico W dependent libraries:
* HttpClient: https://github.com/moononournation/HttpClient.git
*
Expand All @@ -19,7 +19,7 @@
const char *SSID_NAME = "YourAP";
const char *SSID_PASSWORD = "PleaseInputYourPasswordHere";

const char *HTTP_HOST = "photoserver.local"; /* Your HTTP photo server host name */
const char *HTTP_HOST = "192.168.12.34"; /* Your HTTP photo server host name */
const uint16_t HTTP_PORT = 5000; /* Your HTTP photo server port */
const char *HTTP_PATH_TEMPLATE = "/OSDPhoto?w=%d&h=%d"; /* Your HTTP photo server URL path template */

Expand Down

0 comments on commit 94ecad2

Please sign in to comment.