Sfoglia il codice sorgente

Fix default timer init to start at 1 minute

Rudolf Macek 1 anno fa
parent
commit
856fff414d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      views/countdown_view.h

+ 1 - 1
views/countdown_view.h

@@ -11,7 +11,7 @@
 #define SCREEN_CENTER_X (SCREEN_WIDTH / 2)
 #define SCREEN_CENTER_Y (SCREEN_HEIGHT / 2)
 
-#define INIT_COUNT 10
+#define INIT_COUNT 60
 
 typedef enum {
     CountDownTimerMinuteUp,