Disable unused feature

This commit is contained in:
Theo Arends 2018-12-30 14:40:06 +01:00
parent fb4fe0fd55
commit 8fe61f6a11
1 changed files with 2 additions and 1 deletions

View File

@ -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