mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
Disable recurring debug message
Disable recurring debug message
This commit is contained in:
parent
076ab4ba11
commit
ce8e68d118
@ -746,7 +746,9 @@ AddLog_P2(LOG_LEVEL_DEBUG, PSTR("DGR: Ckecking next_check_time=%u, now=%u"), nex
|
|||||||
// the announcement interval plus a random number of milliseconds so that even if all the
|
// the announcement interval plus a random number of milliseconds so that even if all the
|
||||||
// devices booted at the same time, they don't all multicast their announcements at the same
|
// devices booted at the same time, they don't all multicast their announcements at the same
|
||||||
// time.
|
// time.
|
||||||
AddLog_P2(LOG_LEVEL_DEBUG, PSTR("DGR: next_announcement_time=%u, now=%u"), device_group->next_announcement_time, now);
|
#ifdef DEVICE_GROUPS_DEBUG
|
||||||
|
AddLog_P2(LOG_LEVEL_DEBUG, PSTR("DGR: next_announcement_time=%u, now=%u"), device_group->next_announcement_time, now);
|
||||||
|
#endif // DEVICE_GROUPS_DEBUG
|
||||||
if (device_group->next_announcement_time <= now) {
|
if (device_group->next_announcement_time <= now) {
|
||||||
device_group->message_length = BeginDeviceGroupMessage(device_group, DGR_FLAG_ANNOUNCEMENT) - device_group->message;
|
device_group->message_length = BeginDeviceGroupMessage(device_group, DGR_FLAG_ANNOUNCEMENT) - device_group->message;
|
||||||
#ifdef DEVICE_GROUPS_DEBUG
|
#ifdef DEVICE_GROUPS_DEBUG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user