mirror of https://github.com/arendst/Tasmota.git
Disable unused feature
This commit is contained in:
parent
fb4fe0fd55
commit
8fe61f6a11
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue