mirror of https://github.com/arendst/Tasmota.git
changed top to default Feature not included formatting
parent
b531f0a822
commit
c9b30fb115
|
@ -1,6 +1,10 @@
|
|||
By default, Both EXPRESSION and IF support is disabled. In order to enable IF support, please add these lines in `user_config_override.h`:
|
||||
- `#define USE_EXPRESSION` // Add support for expression evaluation in rules (+3k2 code, +64 bytes mem)
|
||||
- `#define SUPPORT_IF_STATEMENT` // Add support for IF statement in rules (+4k2 code, -332 bytes mem)
|
||||
**This feature is not included in precompiled binaries.**
|
||||
To use it you must [compile your build](compile-your-build). Add the following to `user_config_override.h`:
|
||||
```
|
||||
#define USE_EXPRESSION // Add support for expression evaluation in rules (+3k2 code, +64 bytes mem)
|
||||
#define SUPPORT_IF_STATEMENT // Add support for IF statement in rules (+4k2 code, -332 bytes mem)
|
||||
```
|
||||
----
|
||||
|
||||
## Major features
|
||||
- Support IF, ELSEIF, ELSE
|
||||
|
|
Loading…
Reference in New Issue