From 9da17f62d294d4a6caa57ddef8565f4ef09c242d Mon Sep 17 00:00:00 2001 From: Barbudor Date: Mon, 19 Apr 2021 21:13:06 +0200 Subject: [PATCH] compress spaces --- tasmota/xdrv_52_7_berry_embedded.ino | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tasmota/xdrv_52_7_berry_embedded.ino b/tasmota/xdrv_52_7_berry_embedded.ino index c3a64b143..8f4375281 100644 --- a/tasmota/xdrv_52_7_berry_embedded.ino +++ b/tasmota/xdrv_52_7_berry_embedded.ino @@ -425,13 +425,13 @@ const char berry_autoexec[] = // load "autoexec.be" using import, which loads either .be or .bec file "import string " "try " - " load('autoexec.be') " + "load('autoexec.be') " "except .. as e,m " - " if e=='io_error' && string.find(m, \"autoexec.be\")>0 " - " log(\"BRY: no autoexec.be\") " - " else " - " log(\"BRY: exception in autoexec.be: \"+e+\": \"+m) " - " end " + "if e=='io_error' && string.find(m, \"autoexec.be\")>0 " + "log(\"BRY: no autoexec.be\") " + "else " + "log(\"BRY: exception in autoexec.be: \"+e+\": \"+m) " + "end " "end " ; #endif // USE_BERRY