mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-27 00:07:17 +00:00
Display exception in autoexec.bet
This commit is contained in:
parent
c2cde43a54
commit
d4b2a85aff
@ -395,8 +395,8 @@ 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
|
||||||
"try "
|
"try "
|
||||||
"load('autoexec.be') "
|
"load('autoexec.be') "
|
||||||
"except .. "
|
"except .. as e,m "
|
||||||
"log(\"BRY: No 'autoexec.be' file\") "
|
"log(\"BRY: exception in autoexec '\",e,\"':\",m) "
|
||||||
"end "
|
"end "
|
||||||
;
|
;
|
||||||
#endif // USE_BERRY
|
#endif // USE_BERRY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user