|
@@ -14,10 +14,12 @@
|
|
|
#define TM1637_CLK_PIN
|
|
|
#define TM1637_DIO_PIN
|
|
|
|
|
|
+#define BUTTON_INTERRUPT_PIN
|
|
|
+
|
|
|
// Can be set from 0 to 7
|
|
|
#define DISPLAY_BRIGHTNESS
|
|
|
|
|
|
/* Define the local time zone in POSIX format as documented at
|
|
|
* https://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html
|
|
|
*/
|
|
|
-#define LOCAL_TIMEZONE "CET-1CEST-2,M3.5.0/02:00:00,M10.5.0/03:00:00"
|
|
|
+#define LOCAL_TIMEZONE ""
|