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