calendar face - initial picture replaced

This commit is contained in:
Thomas Ballmann 2020-05-02 22:30:57 +02:00
parent 896c8e447f
commit a037f52ec0
3 changed files with 1 additions and 1 deletions

BIN
data/calendarPhoto.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 KiB

View File

@ -21,7 +21,7 @@ void display_picture();
void display_time();
const char faceCalendarPicutreJson[] = "/calendarPhoto.json";
const char faceCalendarPicture[] = "/calendarPhoto.bin";
const char faceCalendarPicture[] = "/calendarPhoto.jpg";
const char faceCalendarPictureUrl[] = "http://sonic/paperdash/unsplash.php?&w=390&h=384&fm=jpg"; // TODO load from settings
unsigned long lastCalendarDataUpdate = 0;