Enable IR Remote (#19908)

This commit is contained in:
Jason2866 2023-11-02 11:33:07 +01:00 committed by GitHub
parent 8d9f76d52d
commit 3da80e9144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -88,7 +88,6 @@ lib_ignore =
NetBIOS
Preferences
ArduinoOTA
IRremoteESP8266
NimBLE-Arduino

View File

@ -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