mirror of https://github.com/arendst/Tasmota.git
more visible notice for need to compile
parent
d13828d7e7
commit
6efc2a93a1
|
@ -2,7 +2,9 @@ Script Language for Tasmota - An alternative to Tasmota [Rules](Rules).
|
|||
|
||||
[Script Cookbook](Script-Cookbook)
|
||||
|
||||
To use, you must compile your own firmware. Add the following compiler directives to `user_config_override.h`:
|
||||
:warning:**Scripting is not included in release builds of Tasmota. To use it, you must compile your own firmware.**:warning:
|
||||
|
||||
Add the following compiler directives to `user_config_override.h`:
|
||||
```
|
||||
#ifndef USE_SCRIPT
|
||||
#define USE_SCRIPT # adds about 17k flash size, variable ram size
|
||||
|
|
Loading…
Reference in New Issue