From f9c75d885a6f8ea884b24a03972beba717161f76 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 6 Oct 2020 12:20:28 +0200 Subject: [PATCH] Refactor sensor init --- tasmota/xsns_interface.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/tasmota/xsns_interface.ino b/tasmota/xsns_interface.ino index 4c4d273ea..0c85854de 100644 --- a/tasmota/xsns_interface.ino +++ b/tasmota/xsns_interface.ino @@ -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;