From 3789fcb0e1d36c3c2b3129948f61f776b79f7ba4 Mon Sep 17 00:00:00 2001 From: Bengt Martensson Date: Thu, 25 Aug 2016 20:13:55 +0200 Subject: [PATCH] GirsLite/config.h: new configuration with Parameters module and DEFAULT_RECEIVE_ENDINGTIMEOUT 50. --- src/GirsLite/config.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/GirsLite/config.h b/src/GirsLite/config.h index 5b06c07..6cd68ef 100644 --- a/src/GirsLite/config.h +++ b/src/GirsLite/config.h @@ -12,7 +12,7 @@ // Displayed in greeting messages #define PROGNAME "GirsLite" -#define VERSION "2016-08-24-6" +#define VERSION "2016-08-25-p" // Transmit IR signals, requires IR Leds. #define TRANSMIT @@ -26,6 +26,9 @@ // Use LEDs as debugging LEDs. #define LED +// Allow to change the parameters, like timeouts +#define PARAMETERS + // Support sending signals without modulation, e.g. with RF module. //#define NON_MOD @@ -67,7 +70,7 @@ #define DEFAULT_BEGINTIMEOUT 10000UL // milliseconds #define DEFAULT_CAPTURE_ENDINGTIMEOUT 100L // milliseconds -#define DEFAULT_RECEIVE_ENDINGTIMEOUT 6L // milliseconds +#define DEFAULT_RECEIVE_ENDINGTIMEOUT 50L // milliseconds // Size of capture and receive arrays #define DEFAULT_CAPTURESIZE 400U // must be even