mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-19 08:46:32 +00:00
Add requirements for PWM DIMMER and COUNTER
This commit is contained in:
parent
45286b5881
commit
c09a23d875
@ -982,6 +982,14 @@
|
|||||||
#define USE_EMULATION
|
#define USE_EMULATION
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef USE_COUNTER
|
||||||
|
#define USE_LIGHT
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef USE_PWM_DIMMER
|
||||||
|
#define USE_LIGHT
|
||||||
|
#endif
|
||||||
|
|
||||||
// Convert legacy slave to client
|
// Convert legacy slave to client
|
||||||
#ifdef USE_TASMOTA_SLAVE
|
#ifdef USE_TASMOTA_SLAVE
|
||||||
#define USE_TASMOTA_CLIENT
|
#define USE_TASMOTA_CLIENT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user