From f4d62a65d7824a1943c6dcefe87a5a3ef5731f95 Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Wed, 31 Oct 2012 15:55:42 +0100 Subject: [PATCH] increased double tap timeout to 250ms --- include/cectypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cectypes.h b/include/cectypes.h index 1357e6d..48d1ab8 100644 --- a/include/cectypes.h +++ b/include/cectypes.h @@ -82,7 +82,7 @@ namespace CEC { /*! * don't send the same key twice within this timeout in milliseconds */ -#define CEC_DOUBLE_TAP_TIMEOUT_MS 200 +#define CEC_DOUBLE_TAP_TIMEOUT_MS 250 /*! * don't query the power state for the same device within this timeout in milliseconds -- 2.34.1