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"}, };