Skip to content

Commit 2e49080

Browse files
authored
Merge pull request #207 from SHA2017-badge/basvs-event-time
update event time and room
2 parents 8e7c70d + 64be374 commit 2e49080

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

esp32/modules/badge_event_reminder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def exit(p):
1111
ugfx.string(0, 25+13*2, "some nice numbers and an overview of what all", "Roboto_Regular12", ugfx.BLACK)
1212
ugfx.string(0, 25+13*3, "of you are doing with it.", "Roboto_Regular12", ugfx.BLACK)
1313

14-
ugfx.string(0, 25+13*5, "The events starts now, in room 'No'!", "Roboto_Regular12", ugfx.BLACK)
14+
ugfx.string(0, 25+13*5, "The events starts now, in room 'Pa'!", "Roboto_Regular12", ugfx.BLACK)
1515
ugfx.string(0, ugfx.height()-13, "Press any key to close reminder.", "Roboto_Regular12", ugfx.BLACK)
1616
ugfx.set_lut(ugfx.LUT_FULL)
1717
ugfx.flush()

esp32/modules/tasks/badgeeventreminder.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
import virtualtimers, time, appglue, badge
88

9-
whenToTrigger = 1502196900 - 600
9+
# Tue Aug 8 13:30:00 2017 (CEST)
10+
whenToTrigger = 1502191800 - 600
1011

1112
def ber_task():
1213
global whenToTrigger

0 commit comments

Comments
 (0)