get and set config via mqtt messages
This commit is contained in:
@@ -17,7 +17,7 @@ namespace drivers
|
||||
const uint32_t wait = now - lastAccess;
|
||||
if (wait < minDelay)
|
||||
{
|
||||
LOG_WARN(title, "delay", wait);
|
||||
LOG_DEBUG(title, "delay", wait);
|
||||
delay(wait);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user