Skip to content

Commit

Permalink
GirsLite/config.h: new configuration with Parameters module
Browse files Browse the repository at this point in the history
and DEFAULT_RECEIVE_ENDINGTIMEOUT 50.
  • Loading branch information
bengtmartensson committed Aug 25, 2016
1 parent 016ea58 commit 3789fcb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/GirsLite/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3789fcb

Please sign in to comment.