From 3da80e9144b10e8fbc998615c21b96bf0cbd2e0f Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 2 Nov 2023 11:33:07 +0100 Subject: [PATCH] Enable IR Remote (#19908) --- platformio_tasmota32.ini | 1 - tasmota/include/tasmota_configurations_ESP32.h | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/platformio_tasmota32.ini b/platformio_tasmota32.ini index 102f88ece..4d19fe40a 100644 --- a/platformio_tasmota32.ini +++ b/platformio_tasmota32.ini @@ -88,7 +88,6 @@ lib_ignore = NetBIOS Preferences ArduinoOTA - IRremoteESP8266 NimBLE-Arduino diff --git a/tasmota/include/tasmota_configurations_ESP32.h b/tasmota/include/tasmota_configurations_ESP32.h index 975ad6e9d..25794a51d 100644 --- a/tasmota/include/tasmota_configurations_ESP32.h +++ b/tasmota/include/tasmota_configurations_ESP32.h @@ -214,10 +214,10 @@ // -- Optional modules ---------------------------- #undef USE_SHUTTER // Disable Shutter support for up to 4 shutter with different motortypes (+6k code) - -#undef USE_IR_REMOTE // Disable IR driver #undef USE_AC_ZERO_CROSS_DIMMER // Disable support for AC_ZERO_CROSS_DIMMER +#define USE_IR_REMOTE // Enable IR driver + #define USE_TLS #define USE_WEBSERVER #define USE_WEBCLIENT