mirror of https://github.com/arendst/Tasmota.git
PROJECTOR_CTRL: Use at least one projector (fix)
This commit is contained in:
parent
c5e2cef175
commit
cabd9bdffc
|
@ -27,7 +27,7 @@
|
|||
|
||||
#define XDRV_53 53
|
||||
|
||||
#ifndef USE_PROJECTOR_CTRL_NEC
|
||||
#if !defined(USE_PROJECTOR_CTRL_NEC) && !defined(USE_PROJECTOR_CTRL_OPTOMA)
|
||||
#define USE_PROJECTOR_CTRL_NEC // Use at least one projector
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue