Added the message wordmap and worked on the OTA. Basically functional, but only checks the difference in version, not the actual version number.

LED matrix got row and column write actions
This commit is contained in:
Matthias Mitscherlich
2024-03-28 17:24:12 +01:00
parent 39dcb7cf80
commit 22cdad69fc
12 changed files with 461 additions and 122 deletions
+2
View File
@@ -100,6 +100,8 @@ class Clock
int calculateHours(struct tm time);
std::list<struct tm> specialList;
};
/** @} */