mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 22:24:26 +00:00
Avoid non-const globals and enable clang-tidy check (#1892)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
namespace esphome {
|
||||
namespace senseair {
|
||||
|
||||
static const char *TAG = "senseair";
|
||||
static const char *const TAG = "senseair";
|
||||
static const uint8_t SENSEAIR_REQUEST_LENGTH = 8;
|
||||
static const uint8_t SENSEAIR_PPM_STATUS_RESPONSE_LENGTH = 13;
|
||||
static const uint8_t SENSEAIR_ABC_PERIOD_RESPONSE_LENGTH = 7;
|
||||
|
||||
Reference in New Issue
Block a user