Skip to content

Commit 745da82

Browse files
authored
Merge pull request #1461 from tasmota/Update-Rules-about-IF-and-expression
IF and expression now in every build
2 parents eec958f + 2300f3c commit 745da82

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

docs/Rules.md

+2-18
Original file line numberDiff line numberDiff line change
@@ -267,16 +267,8 @@ Rule1 "
267267
268268
## Conditional Rules
269269
270-
!!! failure
271-
This features is not included in standard ESP8266 binaries such as `tasmota`, `tasmota-sensors`, `tasmota-lite`.
272-
To use it, you must [compile your build](Compile-your-build) and add the following to `user_config_override.h`:
273-
274-
```arduino
275-
#define SUPPORT_IF_STATEMENT // Add support for IF statement in rules (+4k2 code, -332 bytes mem)
276-
```
277-
278270
!!! note
279-
This feature is included in ESP32 builds as well as in ESP8266 builds for boards with more than 1MB Flash. This include `tasmota-4M`, `tasmota-zbbridge`, `tasmota-zigbee`.
271+
This feature is now included in ESP32 builds as well as in ESP8266 builds since v13.3.0.4.
280272
----
281273
282274
#### Major features
@@ -373,16 +365,8 @@ Rule1
373365
374366
## Expressions in Rules
375367
376-
!!! failure
377-
This features is not included in standard ESP8266 binaries such as `tasmota`, `tasmota-sensors`, `tasmota-lite`.
378-
To use it, you must [compile your build](Compile-your-build) and add the following to `user_config_override.h`:
379-
380-
```arduino
381-
#define USE_EXPRESSION // Add support for expression evaluation in rules (+3k2 code, +64 bytes mem)
382-
```
383-
384368
!!! note
385-
This feature is included in ESP32 builds as well as in ESP8266 builds for boards with more than 1MB Flash. This include `tasmota-4M`, `tasmota-zbbridge`, `tasmota-zigbee`.
369+
This feature is now included in ESP32 builds as well as in ESP8266 builds since v13.3.0.4.
386370
----
387371
388372
Beginning with Tasmota version 6.4.1.14, an optional feature for using mathematical expressions in rules was introduced.

0 commit comments

Comments
 (0)