From 86a606dd90ef43acdf5449d5cc8fc9560df2fad3 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 30 May 2019 14:18:22 +0200 Subject: [PATCH] Update my_user_config.h Keep rules the default --- sonoff/my_user_config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sonoff/my_user_config.h b/sonoff/my_user_config.h index f3bd851f6..2dce8ed84 100644 --- a/sonoff/my_user_config.h +++ b/sonoff/my_user_config.h @@ -291,9 +291,9 @@ // -- 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_SCRIPT_FATFS 4 +#define USE_RULES // Add support for rules (+8k code) +//#define USE_SCRIPT // Add support for script (+17k code) + #define USE_SCRIPT_FATFS 4 // #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)