summaryrefslogtreecommitdiff
path: root/irsndconfig.h
diff options
context:
space:
mode:
authorukw2013-03-12 12:49:53 +0000
committerukw2013-03-12 12:49:53 +0000
commite664a9f3949ead6acd19b69fce14dfa71e045abc (patch)
tree3f2f1df51a0f5d634f8e9c28296020f035310eb1 /irsndconfig.h
parente522639e5daf527203403e3edba87f11fc071148 (diff)
downloadirmp-e664a9f3949ead6acd19b69fce14dfa71e045abc.zip
Version 2.3.8: changed timing tolerances for RECS80(EXT) in IRMP, allowed 15kHz for RECS80(EXT) in IRSND.
git-svn-id: svn://mikrocontroller.net/irmp@116 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
Diffstat (limited to 'irsndconfig.h')
-rw-r--r--irsndconfig.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/irsndconfig.h b/irsndconfig.h
index b119779..3d278bc 100644
--- a/irsndconfig.h
+++ b/irsndconfig.h
@@ -5,7 +5,7 @@
*
* Copyright (c) 2010-2013 Frank Meyer - frank(at)fli4l.de
*
- * $Id: irsndconfig.h,v 1.47 2013/01/17 07:33:13 fm Exp $
+ * $Id: irsndconfig.h,v 1.48 2013/03/12 12:49:59 fm Exp $
*
* ATMEGA88 @ 8 MHz
*
@@ -63,8 +63,8 @@
#define IRSND_SUPPORT_KATHREIN_PROTOCOL 0 // Kathrein >= 10000 DON'T CHANGE, NOT SUPPORTED YET!
#define IRSND_SUPPORT_NUBERT_PROTOCOL 0 // NUBERT >= 10000 ~100 bytes
#define IRSND_SUPPORT_BANG_OLUFSEN_PROTOCOL 0 // Bang&Olufsen >= 10000 ~250 bytes
-#define IRSND_SUPPORT_RECS80_PROTOCOL 0 // RECS80 >= 20000 ~100 bytes
-#define IRSND_SUPPORT_RECS80EXT_PROTOCOL 0 // RECS80EXT >= 20000 ~100 bytes
+#define IRSND_SUPPORT_RECS80_PROTOCOL 0 // RECS80 >= 15000 ~100 bytes
+#define IRSND_SUPPORT_RECS80EXT_PROTOCOL 0 // RECS80EXT >= 15000 ~100 bytes
#define IRSND_SUPPORT_THOMSON_PROTOCOL 0 // Thomson >= 10000 ~250 bytes
#define IRSND_SUPPORT_NIKON_PROTOCOL 0 // NIKON >= 10000 ~150 bytes
#define IRSND_SUPPORT_NETBOX_PROTOCOL 0 // Netbox keyboard >= 10000 DON'T CHANGE, NOT SUPPORTED YET!