Skip to content

Commit

Permalink
Disable unused feature
Browse files Browse the repository at this point in the history
  • Loading branch information
arendst committed Dec 30, 2018
1 parent fb4fe0f commit 8fe61f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sonoff/xsns_interface.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fe61f6

Please sign in to comment.