From 4497db4fc9aec2cdacf2b218e9d5ee0910fb2ef9 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 8 May 2021 17:29:27 +0200 Subject: [PATCH] reenable scripter --- tasmota/displaydesc/M5stack_core2_display.ini | 2 +- tasmota/tasmota_configurations_ESP32.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/displaydesc/M5stack_core2_display.ini b/tasmota/displaydesc/M5stack_core2_display.ini index ed59f810e..791b96c01 100644 --- a/tasmota/displaydesc/M5stack_core2_display.ini +++ b/tasmota/displaydesc/M5stack_core2_display.ini @@ -35,4 +35,4 @@ E1,0F,00,0E,14,03,11,07,31,C1,48,08,0F,0C,31,36,0F :3,68,00,00,03 :i,21,20 :TI2,38,22,2 -# \ No newline at end of file +# diff --git a/tasmota/tasmota_configurations_ESP32.h b/tasmota/tasmota_configurations_ESP32.h index 710e49dcb..c976ca364 100644 --- a/tasmota/tasmota_configurations_ESP32.h +++ b/tasmota/tasmota_configurations_ESP32.h @@ -121,7 +121,7 @@ #define USE_SENDMAIL #define USE_ESP32MAIL -//#define USE_SCRIPT // Add support for script (+17k code) +#define USE_SCRIPT // Add support for script (+17k code) // Script related defines #ifdef USE_SCRIPT #undef USE_RULES