Update my_user_config.h

Keep rules the default
This commit is contained in:
Theo Arends 2019-05-30 14:18:22 +02:00 committed by GitHub
parent 19a7e2af90
commit 86a606dd90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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