Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bf49633fac | |||
| 99579a30f7 |
+1
-1
@@ -1 +1 @@
|
||||
2026.7.1
|
||||
2026.7.2
|
||||
@@ -1,4 +1,3 @@
|
||||
# Calendar data is compacted here so the ESP32 only receives display-ready entries.
|
||||
CALENDAR_NAMES = {
|
||||
"calendar.tkrz_kalender": "Arbeit",
|
||||
"calendar.privat": "Privat",
|
||||
@@ -6,7 +5,7 @@ CALENDAR_NAMES = {
|
||||
DAY_NAMES = ["Mo", "Di", "Mi", "Do", "Fr", "Sa", "So"]
|
||||
MAX_ENTRIES = 8
|
||||
# Reserve the right side of each row for start and end times.
|
||||
MAX_TITLE_LENGTH = 25
|
||||
MAX_TITLE_LENGTH = 22
|
||||
MAX_META_LENGTH = 35
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user