mirror of https://github.com/arendst/Tasmota.git
Update my_user_config.h
This commit is contained in:
parent
fb4ada320a
commit
7505f7dd64
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue