mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
compress spaces
This commit is contained in:
parent
96197b9935
commit
9da17f62d2
@ -425,13 +425,13 @@ const char berry_autoexec[] =
|
|||||||
// load "autoexec.be" using import, which loads either .be or .bec file
|
// load "autoexec.be" using import, which loads either .be or .bec file
|
||||||
"import string "
|
"import string "
|
||||||
"try "
|
"try "
|
||||||
" load('autoexec.be') "
|
"load('autoexec.be') "
|
||||||
"except .. as e,m "
|
"except .. as e,m "
|
||||||
" if e=='io_error' && string.find(m, \"autoexec.be\")>0 "
|
"if e=='io_error' && string.find(m, \"autoexec.be\")>0 "
|
||||||
" log(\"BRY: no autoexec.be\") "
|
"log(\"BRY: no autoexec.be\") "
|
||||||
" else "
|
"else "
|
||||||
" log(\"BRY: exception in autoexec.be: \"+e+\": \"+m) "
|
"log(\"BRY: exception in autoexec.be: \"+e+\": \"+m) "
|
||||||
" end "
|
"end "
|
||||||
"end "
|
"end "
|
||||||
;
|
;
|
||||||
#endif // USE_BERRY
|
#endif // USE_BERRY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user