]> rtime.felk.cvut.cz Git - coffee/mt-apps.git/commitdiff
Change blank time
authorMichal Sojka <michal.sojka@cvut.cz>
Tue, 7 Aug 2018 09:21:15 +0000 (11:21 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Tue, 7 Aug 2018 09:22:45 +0000 (11:22 +0200)
mt_blank.c

index 6a1b5284eaa2439e2792ae371a09e4545b445f81..4b423ea21e94a64060be790d71726c7cc37ab975 100644 (file)
@@ -6,7 +6,7 @@
 #include <fcntl.h>
 #include <unistd.h>
 
-#define FRAMEBUFFER_BLANK_TIME 300 /* seconds */
+#define FRAMEBUFFER_BLANK_TIME 180 /* seconds */
 
 struct ev_timer blank_timer;
 struct ev_loop *blank_loop;