mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 23:07:17 +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
|
||||
#endif
|
||||
|
||||
#ifdef USE_COUNTER
|
||||
#define USE_LIGHT
|
||||
#endif
|
||||
|
||||
#ifdef USE_PWM_DIMMER
|
||||
#define USE_LIGHT
|
||||
#endif
|
||||
|
||||
// Convert legacy slave to client
|
||||
#ifdef USE_TASMOTA_SLAVE
|
||||
#define USE_TASMOTA_CLIENT
|
||||
|
Loading…
x
Reference in New Issue
Block a user