Updated Tasmota Scripting Language (markdown)

Michael Ingraham 2019-07-28 14:51:20 -04:00
parent e112902fd1
commit e66fd03178
1 changed files with 1 additions and 1 deletions

@ -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`:
```
#ifndef USE_RULES
#ifndef USE_SCRIPT
#define USE_SCRIPT # adds about 17k flash size, variable ram size
#endif
#ifdef USE_RULES