mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-16 07:16:30 +00:00
fix regression (#23483)
This commit is contained in:
parent
b822a37a7c
commit
2914554f5e
@ -8216,7 +8216,7 @@ startline:
|
||||
if (ifstck == 1) if_exe[ifstck] = 1;
|
||||
else if_exe[ifstck] = if_exe[ifstck - 1];
|
||||
and_or = 0;
|
||||
if (if_result[ifstck - 1] == 0) {
|
||||
if (if_exe[ifstck - 1] == 0) {
|
||||
// not enabled
|
||||
glob_script_mem.FLAGS.ignore_line = 1;
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user