Add requirements for PWM DIMMER and COUNTER

This commit is contained in:
Adrian Scillato 2021-08-28 15:13:52 -03:00 committed by GitHub
parent 45286b5881
commit c09a23d875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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