From 6efc2a93a1d5616bc6b32e16b3b54fafb9fa2d25 Mon Sep 17 00:00:00 2001 From: blakadder Date: Tue, 22 Oct 2019 12:21:59 +0200 Subject: [PATCH] more visible notice for need to compile --- Scripting-Language.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Scripting-Language.md b/Scripting-Language.md index 7fdf06c5..aad7ac7e 100644 --- a/Scripting-Language.md +++ b/Scripting-Language.md @@ -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