mirror of https://github.com/arendst/Tasmota.git
Refactor sensor init
This commit is contained in:
parent
0c90f71e00
commit
f9c75d885a
|
@ -924,7 +924,6 @@ bool XsnsCall(uint8_t Function)
|
|||
|
||||
if (result && ((FUNC_COMMAND == Function) ||
|
||||
(FUNC_PIN_STATE == Function) ||
|
||||
(FUNC_MODULE_INIT == Function) ||
|
||||
(FUNC_COMMAND_SENSOR == Function)
|
||||
)) {
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue