From 0a22261e36e12e70c0c1ef87e3230c2fd2daf865 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sun, 30 Dec 2018 14:47:17 +0100 Subject: [PATCH] Revert "Disable unused feature" This reverts commit 8fe61f6a11e789a590e0d8c8ae4a9044d22ccdf7. --- sonoff/xsns_interface.ino | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sonoff/xsns_interface.ino b/sonoff/xsns_interface.ino index aab61fac7..d39995be9 100644 --- a/sonoff/xsns_interface.ino +++ b/sonoff/xsns_interface.ino @@ -311,8 +311,7 @@ boolean XsnsCall(byte Function) } #endif // PROFILE_XSNS_SENSOR_EVERY_SECOND -// if (result) break; // This feature is currently not used - + if (result) break; #ifdef USE_DEBUG_DRIVER } #endif