updated the clock to show special I LOVE YOU date messages

tweaked the LED strip for more stability
This commit is contained in:
Matthias Mitscherlich
2024-03-29 10:42:33 +01:00
parent 22cdad69fc
commit 9cbd2232a3
4 changed files with 43 additions and 9 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ class Clock
int calculateHours(struct tm time);
std::list<struct tm> specialList;
std::list<struct tm> loveulist;
};