diff --git a/sonoff/xsns_interface.ino b/sonoff/xsns_interface.ino index d39995be94d7..aab61fac7a46 100644 --- a/sonoff/xsns_interface.ino +++ b/sonoff/xsns_interface.ino @@ -311,7 +311,8 @@ boolean XsnsCall(byte Function) } #endif // PROFILE_XSNS_SENSOR_EVERY_SECOND - if (result) break; +// if (result) break; // This feature is currently not used + #ifdef USE_DEBUG_DRIVER } #endif