From 358b5f6ca74dd3ee32e0bbe14dac423658dac86a Mon Sep 17 00:00:00 2001 From: Thomas Ballmann Date: Sat, 14 Mar 2020 11:15:52 +0100 Subject: [PATCH] reenable playlist --- src/playlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/playlist.cpp b/src/playlist.cpp index 414923b..c07b07c 100644 --- a/src/playlist.cpp +++ b/src/playlist.cpp @@ -16,7 +16,7 @@ typedef FaceAndName FaceAndNameList[]; // List of faces to cycle through FaceAndNameList faces = { - //{loopFaceWeather, "Weather"}, + {loopFaceWeather, "Weather"}, {loopFaceCalendar, "Calendar"}, };