From 11ef72344083c0dd980b945e180ec41992935a10 Mon Sep 17 00:00:00 2001 From: ukw Date: Tue, 10 Nov 2015 08:48:22 +0000 Subject: Version 2.9.6: added support for STM8 mikrocontroller git-svn-id: svn://mikrocontroller.net/irmp@167 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 a9b1cf0..69d1561 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.77 2015/09/21 12:44:16 fm Exp $ + * $Id: irsndconfig.h,v 1.78 2015/11/10 08:47:56 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 1 // FAN (ventilator) >= 10000 ~100 bytes +#define IRSND_SUPPORT_FAN_PROTOCOL 0 // 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