mirror of
https://github.com/arendst/Tasmota.git
synced 2025-08-03 07:57:43 +00:00
commit
411cbb8695
@ -539,7 +539,7 @@ bool SendKey(uint32_t key, uint32_t device, uint32_t state)
|
||||
}
|
||||
int32_t payload_save = XdrvMailbox.payload;
|
||||
XdrvMailbox.payload = key << 16 | state << 8 | device;
|
||||
XsnsCall(FUNC_ANY_KEY);
|
||||
XdrvCall(FUNC_ANY_KEY);
|
||||
XdrvMailbox.payload = payload_save;
|
||||
return result;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user