From 3f0094bc0a960751335ba0a7015a293ef5a6bbfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Wed, 3 Jan 2018 11:19:18 +0100 Subject: [PATCH] Temporary disable IR support on MagicHome images to reduce their size --- code/espurna/config/hardware.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/espurna/config/hardware.h b/code/espurna/config/hardware.h index 87f47cc3..d9fb1e56 100644 --- a/code/espurna/config/hardware.h +++ b/code/espurna/config/hardware.h @@ -836,7 +836,7 @@ #define LIGHT_CH4_INVERSE 0 // IR - #define IR_SUPPORT 1 + #define IR_SUPPORT 0 #define IR_PIN 4 #define IR_BUTTON_SET 1 @@ -865,7 +865,7 @@ #define LIGHT_CH4_INVERSE 0 // IR - #define IR_SUPPORT 1 + #define IR_SUPPORT 0 #define IR_PIN 4 #define IR_BUTTON_SET 1