mirror of
https://github.com/esphome/esphome.git
synced 2025-09-25 14:42:21 +01:00
Avoid non-const globals and enable clang-tidy check (#1892)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
namespace esphome {
|
||||
|
||||
static const char *TAG = "scheduler";
|
||||
static const char *const TAG = "scheduler";
|
||||
|
||||
static const uint32_t SCHEDULER_DONT_RUN = 4294967295UL;
|
||||
static const uint32_t MAX_LOGICALLY_DELETED_ITEMS = 10;
|
||||
|
Reference in New Issue
Block a user