# Conflicts: # cntdown_timer/application.fam
@@ -13,6 +13,6 @@ App(
fap_category="Tools",
fap_author="@0w0mewo",
fap_weburl="https://github.com/0w0mewo/fpz_cntdown_timer",
- fap_version="1.4",
+ fap_version="1.5",
fap_description="Simple count down timer",
)
@@ -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,