From 31ed08308735d67079dd760babb2deb78a9c6cbb Mon Sep 17 00:00:00 2001 From: Thomas Ballmann Date: Sun, 21 Jun 2020 21:42:52 +0200 Subject: [PATCH] #11 use cloud api endpoint as image service --- src/faceCalendar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/faceCalendar.cpp b/src/faceCalendar.cpp index c0c0f0b..68d847b 100644 --- a/src/faceCalendar.cpp +++ b/src/faceCalendar.cpp @@ -22,7 +22,7 @@ void display_time(); const char faceCalendarPicutreJson[] = "/calendarPhoto.json"; const char faceCalendarPicture[] = "/calendarPhoto.jpg"; -const char faceCalendarPictureUrl[] = "http://sonic/paperdash/unsplash.php?&w=390&h=384&fm=jpg"; // TODO load from settings +const char faceCalendarPictureUrl[] = "http://us-central1-paperdash-io.cloudfunctions.net/app/image/390x384.jpg"; // TODO load from settings unsigned long lastCalendarDataUpdate = 0;