mirror of https://github.com/arendst/Tasmota.git
Updated Tasmota Scripting Language (markdown)
parent
e112902fd1
commit
e66fd03178
|
@ -4,7 +4,7 @@ Script Language for Tasmota - An alternative to Tasmota [Rules](Rules).
|
||||||
|
|
||||||
To use, you must compile your own firmware. Add the following compiler directives to `user_config_override.h`:
|
To use, you must compile your own firmware. Add the following compiler directives to `user_config_override.h`:
|
||||||
```
|
```
|
||||||
#ifndef USE_RULES
|
#ifndef USE_SCRIPT
|
||||||
#define USE_SCRIPT # adds about 17k flash size, variable ram size
|
#define USE_SCRIPT # adds about 17k flash size, variable ram size
|
||||||
#endif
|
#endif
|
||||||
#ifdef USE_RULES
|
#ifdef USE_RULES
|
||||||
|
|
Loading…
Reference in New Issue