1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-25 14:42:21 +01:00

LOG_UPDATE_INTERVAL: correctly report "never" (#2240)

This commit is contained in:
Peter van Dijk
2021-09-06 04:47:13 +02:00
committed by GitHub
parent e2d97b6f36
commit 7f76f3726f
2 changed files with 5 additions and 2 deletions

View File

@@ -7,7 +7,6 @@ namespace esphome {
static const char *const TAG = "scheduler";
static const uint32_t SCHEDULER_DONT_RUN = 4294967295UL;
static const uint32_t MAX_LOGICALLY_DELETED_ITEMS = 10;
// Uncomment to debug scheduler