mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 19:26:37 +00:00
Fix regression on SendKey() (#21187)
This commit is contained in:
parent
0bb1fcbc00
commit
b6b74ecb96
@ -921,7 +921,7 @@ bool RulesProcess(void) {
|
|||||||
if ((Settings->rule_enabled || BERRY_RULES) && !Rules.busy) { // Any rule enabled
|
if ((Settings->rule_enabled || BERRY_RULES) && !Rules.busy) { // Any rule enabled
|
||||||
return RulesProcessEvent(XdrvMailbox.data);
|
return RulesProcessEvent(XdrvMailbox.data);
|
||||||
}
|
}
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void RulesInit(void)
|
void RulesInit(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user