From 458a6d64e3f8847f7daa9b513875d1c7d32ed4cc Mon Sep 17 00:00:00 2001 From: ukw Date: Thu, 28 May 2015 06:51:05 +0000 Subject: Version 2.9.1: added IRMP logging for XMEGA, corrected timings for FAN protocol git-svn-id: svn://mikrocontroller.net/irmp@160 aeb2e35e-bfc4-4214-b83c-9e8de998ed28 --- irsndconfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'irsndconfig.h') diff --git a/irsndconfig.h b/irsndconfig.h index bb349a9..a42eacd 100644 --- a/irsndconfig.h +++ b/irsndconfig.h @@ -5,7 +5,7 @@ * * Copyright (c) 2010-2015 Frank Meyer - frank(at)fli4l.de * - * $Id: irsndconfig.h,v 1.70 2015/05/27 09:35:43 fm Exp $ + * $Id: irsndconfig.h,v 1.71 2015/05/28 06:46:49 fm Exp $ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -62,7 +62,7 @@ // exotic protocols, enable here! Enable Remarks F_INTERRUPTS Program Space #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_FAN_PROTOCOL 0 // FAN (ventilator) >= 10000 ~100 bytes +#define IRSND_SUPPORT_FAN_PROTOCOL 1 // FAN (ventilator) >= 10000 ~100 bytes #define IRSND_SUPPORT_SPEAKER_PROTOCOL 0 // SPEAKER >= 10000 ~100 bytes #define IRSND_SUPPORT_BANG_OLUFSEN_PROTOCOL 0 // Bang&Olufsen >= 10000 ~250 bytes #define IRSND_SUPPORT_RECS80_PROTOCOL 0 // RECS80 >= 15000 ~100 bytes -- cgit v1.2.3