mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
Enable IR Remote (#19908)
This commit is contained in:
parent
8d9f76d52d
commit
3da80e9144
@ -88,7 +88,6 @@ lib_ignore =
|
|||||||
NetBIOS
|
NetBIOS
|
||||||
Preferences
|
Preferences
|
||||||
ArduinoOTA
|
ArduinoOTA
|
||||||
IRremoteESP8266
|
|
||||||
NimBLE-Arduino
|
NimBLE-Arduino
|
||||||
|
|
||||||
|
|
||||||
|
@ -214,10 +214,10 @@
|
|||||||
|
|
||||||
// -- Optional modules ----------------------------
|
// -- Optional modules ----------------------------
|
||||||
#undef USE_SHUTTER // Disable Shutter support for up to 4 shutter with different motortypes (+6k code)
|
#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
|
#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_TLS
|
||||||
#define USE_WEBSERVER
|
#define USE_WEBSERVER
|
||||||
#define USE_WEBCLIENT
|
#define USE_WEBCLIENT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user