We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df7b761 + b33ad19 commit d0803a8Copy full SHA for d0803a8
Daily_Cheer_Automaton/autocheer/autocheer.ino
@@ -111,6 +111,10 @@ DST_RTC dst_rtc; // DST object
111
// you'll need to modify the code in the DST_RTC library to make this work properly.
112
#define OBSERVE_DST 1
113
114
+// Define US or EU rules for DST comment out as required. More countries could be added with different rules in DST_RTC.cpp
115
+const char rulesDST[] = "US"; // US DST rules
116
+// const char rulesDST[] = "EU"; // EU DST rules
117
+
118
// the hour and minute you'd like MP3 to start playing
119
const int PLAYHOUR = 19; // 24 hour time
120
const int PLAYMIN = 0;
0 commit comments