From 7505f7dd64dbd881aea7b3f33930f6492c014817 Mon Sep 17 00:00:00 2001 From: gemu2015 Date: Thu, 30 May 2019 13:34:48 +0200 Subject: [PATCH] Update my_user_config.h --- sonoff/my_user_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonoff/my_user_config.h b/sonoff/my_user_config.h index 4c3b3ae30..624eecf43 100644 --- a/sonoff/my_user_config.h +++ b/sonoff/my_user_config.h @@ -291,8 +291,8 @@ // -- Rules or Script ---------------------------- // Select none or only one of the below defines -#define USE_RULES // Add support for rules (+8k code) -//#define USE_SCRIPT // Add support for script (+15k code) +//#define USE_RULES // Add support for rules (+8k code) +#define USE_SCRIPT // Add support for script (+15k code) // #define USE_EXPRESSION // Add support for expression evaluation in rules (+3k2 code, +64 bytes mem) // #define SUPPORT_MQTT_EVENT // Support trigger event with MQTT subscriptions (+3k5 code)