mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 19:26:37 +00:00
Merge pull request #14993 from barbudor/fix_cron_no_light
Remove dependency on USE_LIGHT for cron class
This commit is contained in:
commit
589ed6c23b
@ -5,7 +5,6 @@
|
|||||||
* Can be eventually subclassed to handle a physical light.
|
* Can be eventually subclassed to handle a physical light.
|
||||||
*
|
*
|
||||||
*******************************************************************/
|
*******************************************************************/
|
||||||
#ifdef USE_LIGHT
|
|
||||||
|
|
||||||
#include "be_constobj.h"
|
#include "be_constobj.h"
|
||||||
#include "be_mapping.h"
|
#include "be_mapping.h"
|
||||||
@ -79,5 +78,3 @@ class be_class_ccronexpr (scope: global, name: ccronexpr) {
|
|||||||
now, static_ctype_func(ccronexpr_now)
|
now, static_ctype_func(ccronexpr_now)
|
||||||
}
|
}
|
||||||
@const_object_info_end */
|
@const_object_info_end */
|
||||||
|
|
||||||
#endif // USE_LIGHT
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user