mirror of https://github.com/arendst/Tasmota.git
Enable IR Remote (#19908)
This commit is contained in:
parent
8d9f76d52d
commit
3da80e9144
|
@ -88,7 +88,6 @@ lib_ignore =
|
|||
NetBIOS
|
||||
Preferences
|
||||
ArduinoOTA
|
||||
IRremoteESP8266
|
||||
NimBLE-Arduino
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue