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 07c545a + 88cb123 commit b33ad19Copy full SHA for b33ad19
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